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
95b2b94b
Commit
95b2b94b
authored
Feb 02, 2018
by
tanshanshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change critical pods’ template to use priority
parent
68da4562
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
22 additions
and
0 deletions
+22
-0
calico-node-daemonset.yaml
...ddons/calico-policy-controller/calico-node-daemonset.yaml
+1
-0
calico-node-vertical-autoscaler-deployment.yaml
...ontroller/calico-node-vertical-autoscaler-deployment.yaml
+1
-0
typha-deployment.yaml
...ter/addons/calico-policy-controller/typha-deployment.yaml
+1
-0
typha-horizontal-autoscaler-deployment.yaml
...cy-controller/typha-horizontal-autoscaler-deployment.yaml
+1
-0
typha-vertical-autoscaler-deployment.yaml
...licy-controller/typha-vertical-autoscaler-deployment.yaml
+1
-0
heapster-controller.yaml
...addons/cluster-monitoring/google/heapster-controller.yaml
+1
-0
heapster-controller-combined.yaml
...nitoring/googleinfluxdb/heapster-controller-combined.yaml
+1
-0
heapster-controller.yaml
...dons/cluster-monitoring/influxdb/heapster-controller.yaml
+1
-0
influxdb-grafana-controller.yaml
...ster-monitoring/influxdb/influxdb-grafana-controller.yaml
+1
-0
heapster-controller.yaml
...s/cluster-monitoring/stackdriver/heapster-controller.yaml
+1
-0
heapster-controller.yaml
...ns/cluster-monitoring/standalone/heapster-controller.yaml
+1
-0
dashboard-controller.yaml
cluster/addons/dashboard/dashboard-controller.yaml
+1
-0
dns-horizontal-autoscaler.yaml
.../dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml
+1
-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
etcd-empty-dir-cleanup.yaml
...addons/etcd-empty-dir-cleanup/etcd-empty-dir-cleanup.yaml
+1
-0
fluentd-es-ds.yaml
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
+1
-0
fluentd-gcp-ds.yaml
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
+1
-0
ip-masq-agent.yaml
cluster/addons/ip-masq-agent/ip-masq-agent.yaml
+1
-0
metadata-proxy.yaml
cluster/addons/metadata-proxy/gce/metadata-proxy.yaml
+1
-0
metrics-server-deployment.yaml
cluster/addons/metrics-server/metrics-server-deployment.yaml
+1
-0
No files found.
cluster/addons/calico-policy-controller/calico-node-daemonset.yaml
View file @
95b2b94b
...
...
@@ -20,6 +20,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-node-critical
nodeSelector
:
projectcalico.org/ds-ready
:
"
true"
hostNetwork
:
true
...
...
cluster/addons/calico-policy-controller/calico-node-vertical-autoscaler-deployment.yaml
View file @
95b2b94b
...
...
@@ -16,6 +16,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
containers
:
-
image
:
gcr.io/google_containers/cpvpa-amd64:v0.6.0
name
:
autoscaler
...
...
cluster/addons/calico-policy-controller/typha-deployment.yaml
View file @
95b2b94b
...
...
@@ -16,6 +16,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
tolerations
:
-
key
:
CriticalAddonsOnly
operator
:
Exists
...
...
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-deployment.yaml
View file @
95b2b94b
...
...
@@ -16,6 +16,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
containers
:
-
image
:
gcr.io/google_containers/cluster-proportional-autoscaler-amd64:1.1.2
name
:
autoscaler
...
...
cluster/addons/calico-policy-controller/typha-vertical-autoscaler-deployment.yaml
View file @
95b2b94b
...
...
@@ -16,6 +16,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
containers
:
-
image
:
gcr.io/google_containers/cpvpa-amd64:v0.6.0
name
:
autoscaler
...
...
cluster/addons/cluster-monitoring/google/heapster-controller.yaml
View file @
95b2b94b
...
...
@@ -57,6 +57,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
containers
:
-
image
:
gcr.io/google_containers/heapster-amd64:v1.5.0
name
:
heapster
...
...
cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml
View file @
95b2b94b
...
...
@@ -57,6 +57,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
containers
:
-
image
:
gcr.io/google_containers/heapster-amd64:v1.5.0
...
...
cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml
View file @
95b2b94b
...
...
@@ -57,6 +57,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
containers
:
-
image
:
gcr.io/google_containers/heapster-amd64:v1.5.0
name
:
heapster
...
...
cluster/addons/cluster-monitoring/influxdb/influxdb-grafana-controller.yaml
View file @
95b2b94b
...
...
@@ -22,6 +22,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
tolerations
:
-
key
:
node-role.kubernetes.io/master
effect
:
NoSchedule
...
...
cluster/addons/cluster-monitoring/stackdriver/heapster-controller.yaml
View file @
95b2b94b
...
...
@@ -44,6 +44,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
containers
:
-
image
:
gcr.io/google_containers/heapster-amd64:v1.5.0
name
:
heapster
...
...
cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml
View file @
95b2b94b
...
...
@@ -44,6 +44,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
containers
:
-
image
:
gcr.io/google_containers/heapster-amd64:v1.5.0
name
:
heapster
...
...
cluster/addons/dashboard/dashboard-controller.yaml
View file @
95b2b94b
...
...
@@ -27,6 +27,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
containers
:
-
name
:
kubernetes-dashboard
image
:
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.0
...
...
cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml
View file @
95b2b94b
...
...
@@ -78,6 +78,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
containers
:
-
name
:
autoscaler
image
:
gcr.io/google_containers/cluster-proportional-autoscaler-amd64:1.1.2-r2
...
...
cluster/addons/dns/kube-dns.yaml.base
View file @
95b2b94b
...
...
@@ -84,6 +84,7 @@ spec:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
spec:
priorityClassName: system-cluster-critical
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"
...
...
cluster/addons/dns/kube-dns.yaml.in
View file @
95b2b94b
...
...
@@ -84,6 +84,7 @@ spec:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
spec:
priorityClassName: system-cluster-critical
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"
...
...
cluster/addons/dns/kube-dns.yaml.sed
View file @
95b2b94b
...
...
@@ -84,6 +84,7 @@ spec:
annotations:
scheduler.alpha.kubernetes.io/critical
-
p
o
d:
''
s
p
ec:
p
riorityClassName: system-cluster-critical
tolerations:
- key: "CriticalAddonsOnly"
o
p
er
a
tor: "Exists"
...
...
cluster/addons/etcd-empty-dir-cleanup/etcd-empty-dir-cleanup.yaml
View file @
95b2b94b
...
...
@@ -18,6 +18,7 @@ metadata:
labels
:
k8s-app
:
etcd-empty-dir-cleanup
spec
:
priorityClassName
:
system-node-critical
serviceAccountName
:
etcd-empty-dir-cleanup
hostNetwork
:
true
dnsPolicy
:
Default
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
View file @
95b2b94b
...
...
@@ -72,6 +72,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-node-critical
serviceAccountName
:
fluentd-es
containers
:
-
name
:
fluentd-es
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
View file @
95b2b94b
...
...
@@ -23,6 +23,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-node-critical
serviceAccountName
:
fluentd-gcp
dnsPolicy
:
Default
containers
:
...
...
cluster/addons/ip-masq-agent/ip-masq-agent.yaml
View file @
95b2b94b
...
...
@@ -24,6 +24,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-node-critical
serviceAccountName
:
ip-masq-agent
hostNetwork
:
true
containers
:
...
...
cluster/addons/metadata-proxy/gce/metadata-proxy.yaml
View file @
95b2b94b
...
...
@@ -33,6 +33,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-node-critical
serviceAccountName
:
metadata-proxy
hostNetwork
:
true
dnsPolicy
:
Default
...
...
cluster/addons/metrics-server/metrics-server-deployment.yaml
View file @
95b2b94b
...
...
@@ -44,6 +44,7 @@ spec:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
priorityClassName
:
system-cluster-critical
serviceAccountName
:
metrics-server
containers
:
-
name
:
metrics-server
...
...
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