We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624ebf1 commit a475c21Copy full SHA for a475c21
content/en/examples/admin/sched/my-scheduler.yaml
@@ -30,7 +30,6 @@ roleRef:
30
name: system:volume-scheduler
31
apiGroup: rbac.authorization.k8s.io
32
---
33
-
34
apiVersion: v1
35
kind: ConfigMap
36
metadata:
@@ -44,7 +43,6 @@ data:
44
43
- schedulerName: my-scheduler
45
leaderElection:
46
leaderElect: false
47
48
49
apiVersion: apps/v1
50
kind: Deployment
@@ -76,13 +74,15 @@ spec:
76
74
livenessProbe:
77
75
httpGet:
78
path: /healthz
79
- port: 10251
+ port: 10259
+ scheme: HTTPS
80
initialDelaySeconds: 15
81
name: kube-second-scheduler
82
readinessProbe:
83
84
85
86
resources:
87
requests:
88
cpu: '0.1'
0 commit comments