Adding in certificate serial numbers to manifests (#1392)

This commit is contained in:
Brad Beam
2017-09-01 01:02:23 -05:00
committed by Matthew Mosesohn
parent 783924e671
commit 8ae77e955e
8 changed files with 56 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ metadata:
namespace: {{system_namespace}}
labels:
k8s-app: kube-proxy
annotations:
kubespray.kube-proxy-cert/serial: "{{ kube_proxy_cert_serial }}"
spec:
hostNetwork: true
{% if kube_version | version_compare('v1.6', '>=') %}