mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Update verify-flags exceptions
This commit is contained in:
parent
63743e9c1c
commit
899e61ef3c
@ -1,13 +1,15 @@
|
|||||||
Vagrantfile: node_ip = $node_ips[n]
|
Vagrantfile: node_ip = $node_ips[n]
|
||||||
cluster/addons/registry/images/Dockerfile:ADD run_proxy.sh /usr/bin/run_proxy
|
cluster/addons/registry/images/Dockerfile:ADD run_proxy.sh /usr/bin/run_proxy
|
||||||
cluster/addons/registry/images/Dockerfile:CMD ["/usr/bin/run_proxy"]
|
cluster/addons/registry/images/Dockerfile:CMD ["/usr/bin/run_proxy"]
|
||||||
cluster/aws/templates/salt-minion.sh: hostname_override: "${HOSTNAME_OVERRIDE}"
|
cluster/aws/templates/configure-vm-aws.sh: # We set the hostname_override to the full EC2 private dns name
|
||||||
cluster/aws/templates/salt-minion.sh:# We set the hostname_override to the full EC2 private dns name
|
cluster/aws/templates/configure-vm-aws.sh: api_servers: '${API_SERVERS}'
|
||||||
|
cluster/aws/templates/configure-vm-aws.sh: env-to-grains "hostname_override"
|
||||||
|
cluster/aws/templates/configure-vm-aws.sh: env-to-grains "runtime_config"
|
||||||
cluster/centos/util.sh: local node_ip=${node#*@}
|
cluster/centos/util.sh: local node_ip=${node#*@}
|
||||||
cluster/gce/configure-vm.sh: advertise_address: '${EXTERNAL_IP}'
|
cluster/gce/configure-vm.sh: advertise_address: '${EXTERNAL_IP}'
|
||||||
cluster/gce/configure-vm.sh: api_servers: '${KUBERNETES_MASTER_NAME}'
|
cluster/gce/configure-vm.sh: api_servers: '${KUBERNETES_MASTER_NAME}'
|
||||||
cluster/gce/configure-vm.sh: cloud_config: ${CLOUD_CONFIG}
|
cluster/gce/configure-vm.sh: cloud_config: ${CLOUD_CONFIG}
|
||||||
cluster/gce/configure-vm.sh: runtime_config: '$(echo "$RUNTIME_CONFIG" | sed -e "s/'/''/g")'
|
cluster/gce/configure-vm.sh: env-to-grains "runtime_config"
|
||||||
cluster/gce/coreos/helper.sh:# cloud_config yaml file should be passed
|
cluster/gce/coreos/helper.sh:# cloud_config yaml file should be passed
|
||||||
cluster/gce/util.sh: local node_ip=$(gcloud compute instances describe --project "${PROJECT}" --zone "${ZONE}" \
|
cluster/gce/util.sh: local node_ip=$(gcloud compute instances describe --project "${PROJECT}" --zone "${ZONE}" \
|
||||||
cluster/juju/charms/trusty/kubernetes-master/files/controller-manager.upstart.tmpl: --address=%(bind_address)s \
|
cluster/juju/charms/trusty/kubernetes-master/files/controller-manager.upstart.tmpl: --address=%(bind_address)s \
|
||||||
|
Loading…
Reference in New Issue
Block a user