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

Commit c915215

Browse files
authored
Merge pull request #278 from aaronlevy/etcd-warn
hack/multi-node: warn about self-hosted etcd option
2 parents cc2b214 + e5d739a commit c915215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/multi-node/bootkube-up

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ fi
99

1010
SELF_HOST_ETCD=${SELF_HOST_ETCD:-false}
1111
if [ ${SELF_HOST_ETCD} = "true" ]; then
12+
echo "WARNING: THIS IS NOT YET FULLY WORKING - merely here to make ongoing testing easier"
1213
etcd_render_flags="--etcd-servers=http://10.3.0.15:2379 --storage-backend=etcd3 --experimental-self-hosted-etcd"
1314
etcd_start_flags="--etcd-server=http://172.17.4.101:12379 --experimental-self-hosted-etcd"
1415
else

0 commit comments

Comments
 (0)