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

package verify does not check kubernetes version #1266

Closed
porridge opened this issue Jan 14, 2020 · 0 comments · Fixed by #1296
Closed

package verify does not check kubernetes version #1266

porridge opened this issue Jan 14, 2020 · 0 comments · Fixed by #1296
Labels
component/cli kubectl kudo a.k.a. kudoctl

Comments

@porridge
Copy link
Member

porridge@beczulka:~/tmp/o$ PATH=/home/porridge/Desktop/work/mesosphere/code/kudo/bin:$PATH kubectl kudo install .
Error: unable to parse operators kubernetes version: Invalid Semantic Version
porridge@beczulka:~/tmp/o$ PATH=/home/porridge/Desktop/work/mesosphere/code/kudo/bin:$PATH kubectl kudo package verify .
package is valid
porridge@beczulka:~/tmp/o$ cat operator.yaml 
apiVersion: kudo.dev/v1beta1
name: "minimal"
version: "0.1.0"
tasks:
- name: app
  kind: Apply
  spec:
    resources:
    - namespace.yaml
plans:
  deploy:
    strategy: serial
    phases:
    - name: main
      strategy: parallel
      steps:
      - name: app
        tasks:
        - app
porridge@beczulka:~/tmp/o$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/cli kubectl kudo a.k.a. kudoctl
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant