Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running make ocp-run second time get stuck #128

Open
eranra opened this issue Jun 28, 2022 · 0 comments
Open

Running make ocp-run second time get stuck #128

eranra opened this issue Jun 28, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@eranra
Copy link
Contributor

eranra commented Jun 28, 2022

$ make ocp-run

==> Undeploy loki
kubectl config set-context --current --namespace=network-observability
Context "default/api-eraichst-062820221228-devcluster-openshift-com:6443/kube:admin" modified.
curl -S -L https://raw.githubusercontent.com/netobserv/documents/main/examples/zero-click-loki/2-loki.yaml       | kubectl --ignore-not-found=true  delete -f - || true
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3242  100  3242    0     0   6840      0 --:--:-- --:--:-- --:--:--  7700
configmap "loki-config" deleted
pod "loki" deleted
service "loki" deleted
curl -S -L https://raw.githubusercontent.com/netobserv/documents/main/examples/zero-click-loki/1-storage.yaml | kubectl --ignore-not-found=true  delete -f - || true
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   182  100   182    0     0    489      0 --:--:-- --:--:-- --:--:--   490
persistentvolumeclaim "loki-store" deleted
pkill --oldest --full "3100:3100"
make: [.mk/development.mk:23: undeploy-loki] Error 1 (ignored)

==> Undeploy grafana
kubectl config set-context --current --namespace=network-observability
Context "default/api-eraichst-062820221228-devcluster-openshift-com:6443/kube:admin" modified.
kubectl delete --ignore-not-found=true deployment grafana
deployment.apps "grafana" deleted
kubectl delete --ignore-not-found=true service grafana
service "grafana" deleted
kubectl delete --ignore-not-found=true configMap grafana-datasources
configmap "grafana-datasources" deleted
pkill --oldest --full "3000:3000"
make: [.mk/development.mk:59: undeploy-grafana] Error 1 (ignored)
/home/eranra/go/src/github.com/netobserv/network-observability-operator/bin/controller-gen "crd:trivialVersions=true,preserveUnknownFields=false" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
/home/eranra/go/src/github.com/netobserv/network-observability-operator/bin/kustomize build config/crd | kubectl --ignore-not-found=true delete -f - || true
customresourcedefinition.apiextensions.k8s.io "flowcollectors.flows.netobserv.io" deleted
@eranra eranra added the bug Something isn't working label Jun 28, 2022
@eranra eranra changed the title Running make ocp-run second time stuck Running make ocp-run second time get stuck Jun 28, 2022
KalmanMeth pushed a commit to KalmanMeth/network-observability-operator that referenced this issue Feb 13, 2023
Fix a bug with add_if and scientific notation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant