Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit ea59172

Browse files
committed
Merge pull request kubernetes#12687 from eparis/verfiy-dash
Update flag-dash whitelist
2 parents e8fcee6 + c6a5b43 commit ea59172

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

hack/verify-flags/exceptions.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ contrib/ansible/group_vars/all.yml:kube_service_addresses: 10.254.0.0/16
134134
hooks/pre-commit:invalid_flag_lines=$(hack/verify-flags-underscore.py "${allfiles[@]}")
135135
hooks/pre-commit:if [[ "${invalid_flag_lines:-}" != "" ]]; then
136136
hooks/pre-commit: for line in "${invalid_flag_lines[@]}"; do
137-
www/master/gulpfile.js: var _file_contents = 'app.constant("manifestRoutes", ' + output_sections + ');\n';
138-
www/master/gulpfile.js: stringSrc("sections.js", _file_contents).pipe(gulp.dest("js"));
139137
examples/nfs/README.md:allow_privileged: true
140138
examples/openshift-origin/README.md:allow_privileged: true
141139
examples/cluster-dns/images/frontend/client.py: service_address = socket.gethostbyname(hostname)
@@ -505,8 +503,9 @@ cluster/vagrant/provision-master.sh: runtime_config: '$(echo "$RUNTIME_CONFIG"
505503
cluster/vagrant/provision-master.sh: service_cluster_ip_range: '$(echo "$SERVICE_CLUSTER_IP_RANGE" | sed -e "s/'/''/g")'
506504
cluster/vagrant/provision-master.sh: enable_cluster_dns: '$(echo "$ENABLE_CLUSTER_DNS" | sed -e "s/'/''/g")'
507505
cluster/vagrant/provision-master.sh: admission_control: '$(echo "$ADMISSION_CONTROL" | sed -e "s/'/''/g")'
508-
cluster/libvirt-coreos/user_data.yml: addr: ${public_ip}:4001
509-
cluster/libvirt-coreos/user_data.yml: peer-addr: ${public_ip}:7001
506+
cluster/libvirt-coreos/user_data.yml: advertise-client-urls: http://${public_ip}:2379
507+
cluster/libvirt-coreos/user_data.yml: initial-advertise-peer-urls: http://${public_ip}:2380
508+
cluster/libvirt-coreos/user_data.yml: listen-peer-urls: http://${public_ip}:2380
510509
cluster/libvirt-coreos/user_data.yml: Address=${public_ip}/24
511510
cluster/libvirt-coreos/util.sh: public_ip=$MASTER_IP
512511
cluster/libvirt-coreos/util.sh: public_ip=${MINION_IPS[$i]}

0 commit comments

Comments
 (0)