manifests: default hostname to spec.nodeName
Not all K8s installs will correctly match the node's hostname to the node's name in the API. We can get around this by setting the name Kilo uses to the node name in the API.
This commit is contained in:
parent
51df7fc4e3
commit
55280ab09b
@ -65,9 +65,15 @@ spec:
|
|||||||
image: squat/kilo
|
image: squat/kilo
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
|
- --hostname=$(NODE_NAME)
|
||||||
- --cni=false
|
- --cni=false
|
||||||
- --compatibility=flannel
|
- --compatibility=flannel
|
||||||
- --local=false
|
- --local=false
|
||||||
|
env:
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -97,6 +97,12 @@ spec:
|
|||||||
image: squat/kilo
|
image: squat/kilo
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
|
- --hostname=$(NODE_NAME)
|
||||||
|
env:
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -65,9 +65,15 @@ spec:
|
|||||||
image: squat/kilo
|
image: squat/kilo
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
|
- --hostname=$(NODE_NAME)
|
||||||
- --cni=false
|
- --cni=false
|
||||||
- --compatibility=flannel
|
- --compatibility=flannel
|
||||||
- --local=false
|
- --local=false
|
||||||
|
env:
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -97,6 +97,12 @@ spec:
|
|||||||
image: squat/kilo
|
image: squat/kilo
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
|
- --hostname=$(NODE_NAME)
|
||||||
|
env:
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -65,9 +65,15 @@ spec:
|
|||||||
image: squat/kilo
|
image: squat/kilo
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
|
- --hostname=$(NODE_NAME)
|
||||||
- --cni=false
|
- --cni=false
|
||||||
- --compatibility=flannel
|
- --compatibility=flannel
|
||||||
- --local=false
|
- --local=false
|
||||||
|
env:
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -97,6 +97,12 @@ spec:
|
|||||||
image: squat/kilo
|
image: squat/kilo
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
|
- --hostname=$(NODE_NAME)
|
||||||
|
env:
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -65,9 +65,15 @@ spec:
|
|||||||
image: squat/kilo
|
image: squat/kilo
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
|
- --hostname=$(NODE_NAME)
|
||||||
- --cni=false
|
- --cni=false
|
||||||
- --compatibility=flannel
|
- --compatibility=flannel
|
||||||
- --local=false
|
- --local=false
|
||||||
|
env:
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -97,6 +97,12 @@ spec:
|
|||||||
image: squat/kilo
|
image: squat/kilo
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
|
- --hostname=$(NODE_NAME)
|
||||||
|
env:
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
Loading…
Reference in New Issue
Block a user