Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-bootstrap
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
04fa9975
authored
2022-03-31 18:39:48 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Specify k8s-bootstrap-admin as the serviceAccountName.
1 parent
e0097004
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
k8s-bootstrap.yaml
k8s-bootstrap.yaml
View file @
04fa997
---
apiVersion
:
v1
kind
:
ServiceAccount
metadata
:
name
:
k8s-bootstrap-admin
namespace
:
kube-system
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRoleBinding
metadata
:
name
:
k8s-bootstrap-admin
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
ClusterRole
name
:
cluster-admin
subjects
:
-
kind
:
ServiceAccount
name
:
k8s-bootstrap-admin
namespace
:
kube-system
---
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
k8s-bootstrap-config
...
...
@@ -66,6 +85,8 @@ spec:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
serviceAccountName
:
k8s-bootstrap-admin
volumes
:
-
name
:
k8s-bootstrap-ssh-config
configMap
:
...
...
Please
register
or
sign in
to post a comment