doitintl / kubeip

Assign static public IPs to Kubernetes nodes (GKE, EKS)

Home Page:https://kubeip.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation fix - configure nodeSelector before deploying

talonx opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.
The documentation does not mention that the kubeip deployment YAML has a nodeSelector (for itself) - "cloud.google.com/gke-nodepool: pool-kubip". This needs to be either edited before deployment to match the node labels on which it will be deployed, or the label needs to be added to the node(s).
Doing it without this step would result in a deployment failure.

To Reproduce
Steps to reproduce the behavior:

  1. README.md does not have any mention of the nodeSelector

Expected behavior
kubeip to get deployed

Screenshots
NA

Desktop (please complete the following information):
NA

Smartphone (please complete the following information):
NA

Additional context