Skip to content
Snippets Groups Projects
Verified Commit 2fe36720 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrades): Workaround dependency issue with CRDs

parent 06b60d4f
No related branches found
No related tags found
No related merge requests found
Bootstrap
===
Kubernetes resources that are required before **anything else** is deployed on the cluster.
...@@ -3,3 +3,4 @@ kind: Kustomization ...@@ -3,3 +3,4 @@ kind: Kustomization
resources: resources:
- calico - calico
- kyverno - kyverno
- system-upgrades
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: system-upgrade
resources:
- https://git.shivering-isles.com/github-mirror/rancher/system-upgrade-controller/-/raw/v0.8.1/manifests/system-upgrade-controller.yaml
...@@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 ...@@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: system-upgrade namespace: system-upgrade
resources: resources:
- https://git.shivering-isles.com/github-mirror/rancher/system-upgrade-controller/-/raw/v0.8.1/manifests/system-upgrade-controller.yaml
- fedora.yaml - fedora.yaml
- calver-server.yaml - calver-server.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment