We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make ocp-run
$ 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
The text was updated successfully, but these errors were encountered:
Merge pull request netobserv#128 from ronensc/fix-addif-bug
e90ba0a
Fix a bug with add_if and scientific notation
No branches or pull requests
The text was updated successfully, but these errors were encountered: