-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove HOSTNAME and IP/IP6 env vars #916
Remove HOSTNAME and IP/IP6 env vars #916
Conversation
@robbrockbank is probably best placed to comment on the release note. |
Putting this in next-milestone for now, I don't think we need this for v2.4. (but correct me if I'm wrong!) |
There is no need for a release note - this is an internal implementation detail. |
@@ -135,7 +135,7 @@ Enabling IPv6 forwarding | |||
Increasing conntrack limit | |||
Running the following command: | |||
|
|||
docker run --net=host --privileged --name=calico-node -d --restart=always -e ETCD_SCHEME=http -e HOSTNAME=calico -e CALICO_LIBNETWORK_ENABLED=true -e ETCD_AUTHORITY=127.0.0.1:2379 -e AS= -e NO_DEFAULT_POOLS= -e ETCD_ENDPOINTS= -e IP= -e IP6= -e CALICO_NETWORKING_BACKEND=bird -v /var/run/docker.sock:/var/run/docker.sock -v /var/run/calico:/var/run/calico -v /lib/modules:/lib/modules -v /var/log/calico:/var/log/calico -v /run/docker/plugins:/run/docker/plugins quay.io/calico/node:{{site.data.versions[page.version].first.title}} | |||
docker run --net=host --privileged --name=calico-node -d --restart=always -e ETCD_SCHEME=http -e CALICO_LIBNETWORK_ENABLED=true -e ETCD_AUTHORITY=127.0.0.1:2379 -e AS= -e NO_DEFAULT_POOLS= -e ETCD_ENDPOINTS= -e CALICO_NETWORKING_BACKEND=bird -v /var/run/docker.sock:/var/run/docker.sock -v /var/run/calico:/var/run/calico -v /lib/modules:/lib/modules -v /var/log/calico:/var/log/calico -v /run/docker/plugins:/run/docker/plugins quay.io/calico/node:{{site.data.versions[page.version].first.title}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is unrelated to the issue no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, not directly related to this PR. will remove and respin the PR.
I don't think the issue requires the node run documentation to be updated does it, or is that addressing a different issue? |
HOSTNAME has been replaced by NODENAME and IP/IP6 now come from the Node resource, as part of projectcalico/calicoctl#1453. See issue: projectcalico/calico-bgp-daemon#18
LGTM |
…-master [master] Semaphore Auto Pin Update
Description
No longer set HOSTNAME or IP/IP6 environment variables because they've been replaced by NODENAME and Node resource, respectively.
I don't see a release note mentioning this change. @caseydavenport , can you confirm?
Todos
Release Note