Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
f1d2f840
Commit
f1d2f840
authored
7 years ago
by
woopstar
Committed by
Andreas Kruger
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Only apply roles from first master node to fix regression
parent
50e5f0d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubernetes-apps/cluster_roles/tasks/main.yml
+11
-1
11 additions, 1 deletion
roles/kubernetes-apps/cluster_roles/tasks/main.yml
with
11 additions
and
1 deletion
roles/kubernetes-apps/cluster_roles/tasks/main.yml
+
11
−
1
View file @
f1d2f840
...
...
@@ -16,7 +16,9 @@
src
:
"
node-crb.yml.j2"
dest
:
"
{{
kube_config_dir
}}/node-crb.yml"
register
:
node_crb_manifest
when
:
rbac_enabled
when
:
-
rbac_enabled
-
inventory_hostname == groups['kube-master'][0]
-
name
:
Apply workaround to allow all nodes with cert O=system:nodes to register
kube
:
...
...
@@ -28,6 +30,7 @@
when
:
-
rbac_enabled
-
node_crb_manifest.changed
-
inventory_hostname == groups['kube-master'][0]
-
name
:
Kubernetes Apps | Add webhook ClusterRole that grants access to proxy, stats, log, spec, and metrics on a kubelet
template
:
...
...
@@ -37,6 +40,7 @@
when
:
-
rbac_enabled
-
kubelet_authorization_mode_webhook
-
inventory_hostname == groups['kube-master'][0]
tags
:
node-webhook
-
name
:
Apply webhook ClusterRole
...
...
@@ -50,6 +54,7 @@
-
rbac_enabled
-
kubelet_authorization_mode_webhook
-
node_webhook_cr_manifest.changed
-
inventory_hostname == groups['kube-master'][0]
tags
:
node-webhook
-
name
:
Kubernetes Apps | Add ClusterRoleBinding for system:nodes to webhook ClusterRole
...
...
@@ -60,6 +65,7 @@
when
:
-
rbac_enabled
-
kubelet_authorization_mode_webhook
-
inventory_hostname == groups['kube-master'][0]
tags
:
node-webhook
-
name
:
Grant system:nodes the webhook ClusterRole
...
...
@@ -73,6 +79,7 @@
-
rbac_enabled
-
kubelet_authorization_mode_webhook
-
node_webhook_crb_manifest.changed
-
inventory_hostname == groups['kube-master'][0]
tags
:
node-webhook
-
name
:
Check if vsphere-cloud-provider ClusterRole exists
...
...
@@ -85,6 +92,7 @@
-
cloud_provider == 'vsphere'
-
kube_version | version_compare('v1.9.0', '>=')
-
kube_version | version_compare('v1.9.3', '<=')
-
inventory_hostname == groups['kube-master'][0]
tags
:
vsphere
-
name
:
Write vsphere-cloud-provider ClusterRole manifest
...
...
@@ -99,6 +107,7 @@
-
vsphere_cloud_provider.rc !=
0
-
kube_version | version_compare('v1.9.0', '>=')
-
kube_version | version_compare('v1.9.3', '<=')
-
inventory_hostname == groups['kube-master'][0]
tags
:
vsphere
-
name
:
Apply vsphere-cloud-provider ClusterRole
...
...
@@ -115,6 +124,7 @@
-
vsphere_cloud_provider.rc !=
0
-
kube_version | version_compare('v1.9.0', '>=')
-
kube_version | version_compare('v1.9.3', '<=')
-
inventory_hostname == groups['kube-master'][0]
tags
:
vsphere
# This is not a cluster role, but should be run after kubeconfig is set on master
...
...
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