This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
terminal-1 rktlet-repo $ make | |
terminal-1 rktlet-repo $ sudo ./bin/rktlet -logtostderr -v=10 | |
------ | |
terminal-2 k8s-repo $ cat env.rktlet | |
export ENABLE_NODE_LOGGING=false | |
export ENABLE_CLUSTER_MONITORING=none | |
export KUBELET_HOST=0.0.0.0 |