Skip to content

Running make ocp-run second time get stuck  #128

@eranra

Description

@eranra
$ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions