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

Not working with K8s 1.8 #7

Open
mhausenblas opened this issue Mar 22, 2018 · 0 comments
Open

Not working with K8s 1.8 #7

mhausenblas opened this issue Mar 22, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mhausenblas
Copy link
Member

When running krm under 1.8, it throws an error. Investigate.

$ 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
@mhausenblas mhausenblas self-assigned this Mar 22, 2018
@mhausenblas mhausenblas added the bug Something isn't working label Mar 22, 2018
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