abiosoft / abiosoft/colima

How to disable servicelb when start a kubernetes cluster?

Aperta
#300 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Go
Stelle
30.8k
Fork
613
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I would like to start a Kubernetes cluster without loadbalance service. So I use this command:
colima start --kubernetes --edit

Then I add these configurations in the ending of the configuration file:
```
k3os:
k3s_args:
- "--disable"
- "servicelb"
- "--disable"
- "traefik"
```
But it doesn't disable loadbalance service at all. The loadbalance service still working fine:
```
xxx@xxx-MacBook-Air ~ % kubectl get services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kubernetes ClusterIP 10.43.0.1 443/TCP 62s
nginx-lb LoadBalancer 10.43.78.117 192.168.5.15 8080:32123/TCP 24s
```

Does something wrong with my colima config file?

Thanks

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.