mirror of https://github.com/k3s-io/k3s
Update exceptions list for underscores introduced in kubeup for vSphere.
parent
7adeec3e9c
commit
ea22d0cc5f
|
@ -67,6 +67,8 @@ cluster/ubuntu/util.sh: local node_ip=${1}
|
||||||
cluster/vagrant/provision-utils.sh: api_servers: '$(echo "$MASTER_IP" | sed -e "s/'/''/g")'
|
cluster/vagrant/provision-utils.sh: api_servers: '$(echo "$MASTER_IP" | sed -e "s/'/''/g")'
|
||||||
cluster/vagrant/provision-utils.sh: node_ip: '$(echo "$MASTER_IP" | sed -e "s/'/''/g")'
|
cluster/vagrant/provision-utils.sh: node_ip: '$(echo "$MASTER_IP" | sed -e "s/'/''/g")'
|
||||||
cluster/vagrant/provision-utils.sh: runtime_config: '$(echo "$RUNTIME_CONFIG" | sed -e "s/'/''/g")'
|
cluster/vagrant/provision-utils.sh: runtime_config: '$(echo "$RUNTIME_CONFIG" | sed -e "s/'/''/g")'
|
||||||
|
cluster/vsphere/templates/salt-master.sh: cloud_config: $CLOUD_CONFIG
|
||||||
|
cluster/vsphere/templates/salt-minion.sh: cloud_config: $CLOUD_CONFIG
|
||||||
cluster/vsphere/templates/salt-minion.sh: hostname_override: $(ip route get 1.1.1.1 | awk '{print $7}')
|
cluster/vsphere/templates/salt-minion.sh: hostname_override: $(ip route get 1.1.1.1 | awk '{print $7}')
|
||||||
examples/cluster-dns/images/frontend/client.py: service_address = socket.gethostbyname(hostname)
|
examples/cluster-dns/images/frontend/client.py: service_address = socket.gethostbyname(hostname)
|
||||||
examples/storage/cassandra/image/run.sh: cluster_name \
|
examples/storage/cassandra/image/run.sh: cluster_name \
|
||||||
|
|
Loading…
Reference in New Issue