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

[bug] First install CRD's, then install resources that depends on CRD's #167

Closed
MaxymVlasov opened this issue Oct 2, 2020 · 1 comment · Fixed by #153
Closed

[bug] First install CRD's, then install resources that depends on CRD's #167

MaxymVlasov opened this issue Oct 2, 2020 · 1 comment · Fixed by #153
Assignees
Labels

Comments

@MaxymVlasov
Copy link

What steps did you take and what happened:
[A clear and concise description of what the bug is, and what commands you ran.)

  1. Try to up Velero in new cluster using this values.yaml from [velero] Improve docs and add examples  #166
  2. Run helmfile -f helmfile.yaml diff and helmfile -f helmfile.yaml apply.
  3. Get same error ... no matches for kind "Schedule" in version "velero.io/v1" - it means that CRD resources not yet exist.

What did you expect to happen:
Schedules should be created after created CRD resources. At least apply should be done without errors

The output of the following commands will help us better understand what's going on:
https://pastebin.com/EeZ2KPWX

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Could be related to: #44

Environment:

  • helm version (use helm version): v3.3.1"
  • helm chart version and app version:
    • Chart: 2.12.17
    • app: v1.4.2
  • Kubernetes version (use kubectl version): v1.17.2
  • Kubernetes installer & version: Rancher v2.3.5
  • Cloud provider or hardware configuration: vSphere
  • OS (e.g. from /etc/os-release): Ubuntu 18.04.3 LTS
@jenting
Copy link
Collaborator

jenting commented Oct 5, 2020

@MaxymVlasov please check #153 thanks.

@jenting jenting added the velero label Oct 5, 2020
@jenting jenting self-assigned this Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants