Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c875690d
Commit
c875690d
authored
May 24, 2018
by
Zhen Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use default seccomp profile for DNS addons.
parent
bebc5c1c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
0 deletions
+9
-0
coredns.yaml.base
cluster/addons/dns/coredns.yaml.base
+2
-0
coredns.yaml.in
cluster/addons/dns/coredns.yaml.in
+2
-0
coredns.yaml.sed
cluster/addons/dns/coredns.yaml.sed
+2
-0
kube-dns.yaml.base
cluster/addons/dns/kube-dns.yaml.base
+1
-0
kube-dns.yaml.in
cluster/addons/dns/kube-dns.yaml.in
+1
-0
kube-dns.yaml.sed
cluster/addons/dns/kube-dns.yaml.sed
+1
-0
No files found.
cluster/addons/dns/coredns.yaml.base
View file @
c875690d
...
@@ -94,6 +94,8 @@ spec:
...
@@ -94,6 +94,8 @@ spec:
metadata:
metadata:
labels:
labels:
k8s-app: kube-dns
k8s-app: kube-dns
annotations:
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
spec:
spec:
serviceAccountName: coredns
serviceAccountName: coredns
tolerations:
tolerations:
...
...
cluster/addons/dns/coredns.yaml.in
View file @
c875690d
...
@@ -94,6 +94,8 @@ spec:
...
@@ -94,6 +94,8 @@ spec:
metadata:
metadata:
labels:
labels:
k8s-app: kube-dns
k8s-app: kube-dns
annotations:
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
spec:
spec:
serviceAccountName: coredns
serviceAccountName: coredns
tolerations:
tolerations:
...
...
cluster/addons/dns/coredns.yaml.sed
View file @
c875690d
...
@@ -94,6 +94,8 @@ spec:
...
@@ -94,6 +94,8 @@ spec:
met
a
data:
met
a
data:
la
bels:
la
bels:
k8
s
-
app: kube
-
dns
k8
s
-
app: kube
-
dns
annotations:
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
spec:
spec:
serviceAccountName: coredns
serviceAccountName: coredns
tolerations:
tolerations:
...
...
cluster/addons/dns/kube-dns.yaml.base
View file @
c875690d
...
@@ -83,6 +83,7 @@ spec:
...
@@ -83,6 +83,7 @@ spec:
k8s-app: kube-dns
k8s-app: kube-dns
annotations:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
scheduler.alpha.kubernetes.io/critical-pod: ''
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
spec:
spec:
priorityClassName: system-cluster-critical
priorityClassName: system-cluster-critical
tolerations:
tolerations:
...
...
cluster/addons/dns/kube-dns.yaml.in
View file @
c875690d
...
@@ -83,6 +83,7 @@ spec:
...
@@ -83,6 +83,7 @@ spec:
k8s-app: kube-dns
k8s-app: kube-dns
annotations:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
scheduler.alpha.kubernetes.io/critical-pod: ''
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
spec:
spec:
priorityClassName: system-cluster-critical
priorityClassName: system-cluster-critical
tolerations:
tolerations:
...
...
cluster/addons/dns/kube-dns.yaml.sed
View file @
c875690d
...
@@ -83,6 +83,7 @@ spec:
...
@@ -83,6 +83,7 @@ spec:
k8
s
-
app: kube
-
dns
k8
s
-
app: kube
-
dns
annotations:
annotations:
scheduler.alpha.kubernetes.io/critical
-
p
o
d:
''
scheduler.alpha.kubernetes.io/critical
-
p
o
d:
''
s
e
ccomp
.
s
e
curity.alpha.kub
e
r
n
ete
s
.
io/pod: 'docker/default'
spec:
spec:
priorityClassName: system-cluster-critical
priorityClassName: system-cluster-critical
tolerations:
tolerations:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment