Skip to content

Commit

Permalink
Merge pull request #640 from hexfusion/no-advertise-socket
Browse files Browse the repository at this point in the history
Bug 1993757: bindata/etcd: remove unix socket from advertised list
  • Loading branch information
openshift-ci[bot] authored Aug 17, 2021
2 parents 0cfcb37 + 6037d22 commit ea4c530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindata/etcd/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ${COMPUTED_ENV_VARS}
--peer-key-file=/etc/kubernetes/static-pod-certs/secrets/etcd-all-certs/etcd-peer-NODE_NAME.key \
--peer-trusted-ca-file=/etc/kubernetes/static-pod-certs/configmaps/etcd-peer-client-ca/ca-bundle.crt \
--peer-client-cert-auth=true \
--advertise-client-urls=https://${NODE_NODE_ENVVAR_NAME_IP}:2379,unixs://${NODE_NODE_ENVVAR_NAME_IP}:0 \
--advertise-client-urls=https://${NODE_NODE_ENVVAR_NAME_IP}:2379 \
--listen-client-urls=https://${LISTEN_ON_ALL_IPS}:2379,unixs://${NODE_NODE_ENVVAR_NAME_IP}:0 \
--listen-peer-urls=https://${LISTEN_ON_ALL_IPS}:2380 \
--metrics=extensive \
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/etcd_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea4c530

Please sign in to comment.