Skip to content

Instantly share code, notes, and snippets.

View bendermIBM's full-sized avatar
🐛
Finding, Creating and Fixing Bugs ... all at the same time

Max Bender bendermIBM

🐛
Finding, Creating and Fixing Bugs ... all at the same time
View GitHub Profile
stream {
upstream k8s_api_server {
server bootstrap-0.<cluster_domain_name>:6443;
server master-0.<cluster_domain_name>:6443;
server master-1.<cluster_domain_name>:6443;
server master-2.<cluster_domain_name>:6443;
}
upstream machine_config {
server bootstrap-0.<cluster_domain_name>:22623;