abiosoft / abiosoft/colima

How to disable servicelb when start a kubernetes cluster?

Open
#300 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
30.8k
Forks
613
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.