We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現状 unc-k8s-cp-[1-3] 上のStatic Podのmanifestを直接変更しちゃってるのでクラスタ構築スクリプトに入れ込みたい
unc-k8s-cp-[1-3]
sudo vi /etc/kubernetes/manifests/etcd.yaml
spec: containers: - command: - etcd - --listen-metrics-urls=http://127.0.0.1:2381,http://<node-ip(SAN-side)>:2381
https://kubernetes.io/ja/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/#%E3%82%AF%E3%83%A9%E3%82%B9%E3%82%BF%E3%83%BC%E3%81%AE%E6%A7%8B%E7%AF%89によると、kubeadmのkind: ClusterConfigurationに書けるけど、per-nodeな値を入れないといけないので #24 待ち
kind: ClusterConfiguration
node-ip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
現状
unc-k8s-cp-[1-3]
上のStatic Podのmanifestを直接変更しちゃってるのでクラスタ構築スクリプトに入れ込みたいhttps://kubernetes.io/ja/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/#%E3%82%AF%E3%83%A9%E3%82%B9%E3%82%BF%E3%83%BC%E3%81%AE%E6%A7%8B%E7%AF%89によると、kubeadmの
kind: ClusterConfiguration
に書けるけど、per-nodeな値を入れないといけないので #24 待ちnode-ip
を指定可能にする #24The text was updated successfully, but these errors were encountered: