Skip to content
New issue

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

Make nodeport optional #75

Merged
merged 1 commit into from
Jan 30, 2020

Conversation

luong-komorebi
Copy link
Contributor

In some use cases, users of kafdrop may opt for clusterIP or other K8s
Service Types.
This help avoid errors from helm when installing the service.
Such error may be expressed as:

Forbidden: ... may not be used when `type` is 'ClusterIP'

Ref:

  1. Unable to change service from type=NodePort to type=ClusterIP with kubectl kubernetes/kubectl#221
  2. Similar issue: [stable/rabbitmq] NodePort may not be used when type is ClusterIP helm/charts#16940

Signed-off-by: Luong Vo vo.tran.thanh.luong@gmail.com

In some use cases, users of kafdrop may opt for clusterIP or other K8s
Service Types.
This help avoid errors from helm when installing the service.
Such error may be expressed as:
```
Forbidden: ... may not be used when `type` is 'ClusterIP'
```
Ref:
1. kubernetes/kubectl#221
2. Similar issue: helm/charts#16940

Signed-off-by: Luong Vo <vo.tran.thanh.luong@gmail.com>
@ekoutanov ekoutanov merged commit 3220c2c into obsidiandynamics:master Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants