Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
243590b3
Verified
Commit
243590b3
authored
2 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
fix(system-upgrade): Fix node selector for 1.24.x
parent
8cd9e6fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bootstrap/system-upgrades/kustomization.yaml
+13
-1
13 additions, 1 deletion
bootstrap/system-upgrades/kustomization.yaml
with
13 additions
and
1 deletion
bootstrap/system-upgrades/kustomization.yaml
+
13
−
1
View file @
243590b3
...
...
@@ -2,5 +2,17 @@ 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.
9.1
/manifests/system-upgrade-controller.yaml
-
https://git.shivering-isles.com/github-mirror/rancher/system-upgrade-controller/-/raw/v0.
10.0
/manifests/system-upgrade-controller.yaml
-
../../shared/networkpolicies/allow-from-same-namespace.yaml
patches
:
-
patch
:
|
- op: replace
path: /spec/template/spec/affinity/nodeAffinity/requiredDuringSchedulingIgnoredDuringExecution/nodeSelectorTerms/0/
value:
matchExpressions:
- {key: "node-role.kubernetes.io/control-plane", operator: Exists}
target
:
kind
:
Deployment
name
:
system-upgrade-controller
namespace
:
system-upgrade
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment