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
When running krm under 1.8, it throws an error. Investigate.
krm
$ kubectl version --short Client Version: v1.9.2 Server Version: v1.8.0 $ krm expand test/ghost-helm.yaml | kubectl apply -f - --namespace paramdemo INFO[0000] Parsed a Parameterizer resource from test/ghost-helm.yaml with following content: Parameterizer { name: basic resources: user inputs: volumes: apply: - : with image [] executing commands: } Using manifest: apiVersion: batch/v1 kind: Job metadata: creationTimestamp: null name: krm-exec-basic-6f40297a spec: template: metadata: creationTimestamp: null spec: containers: - command: - echo - helm-prom-operator image: alpine:3.7 name: krm-result resources: {} initContainers: - command: - sh - -c - helm fetch --untar --untardir ./stable stable/ghost > /dev/null 2> /dev/null && helm template stable/ghost -n g1 image: quay.io/wire/alpine-helm name: helm-prom-operator resources: {} restartPolicy: Never status: {} Executing command: create -f /tmp/krm371254186 job "krm-exec-basic-6f40297a" created Waiting for Job krm-exec-basic-6f40297a to complete....krm-exec-basic-6f40297a-r4djs krm-exec-basic-6f40297a-xgpw6 Error from server (NotFound): pods "krm-exec-basic-6f40297a-r4djs krm-exec-basic-6f40297a-xgpw6" not found ERRO[0014] exit status 1 error: no objects passed to apply
The text was updated successfully, but these errors were encountered:
mhausenblas
No branches or pull requests
When running
krm
under 1.8, it throws an error. Investigate.The text was updated successfully, but these errors were encountered: