kube-static-egress-ip icon indicating copy to clipboard operation
kube-static-egress-ip copied to clipboard

Kubernetes CRD to manage static egress IP addresses for workloads

Results 40 kube-static-egress-ip issues
Sort by recently updated
recently updated
newest added

According to kubernetes documentation: The rbac.authorization.k8s.io/v1beta1 API version of ClusterRole, ClusterRoleBinding, Role, and RoleBinding is no longer served as of v1.22. Migrate manifests and API clients to use the rbac.authorization.k8s.io/v1...

Since the latest updates from the repo were 2 years ago. thanks.

Hello, Can anyone suggest how can I configure my service so that Loadbalancer's IP and egress-IP both are same for some service. Any pointers on how can we achive that...

I have a simple one node EKS cluster, where i have deployed kube-static-egress to SNAT traffic from pods within the cluster to an EIP that i had generated. My CRD...

I have this error on the manager : ``` reflector.go:135] github.com/nirmata/kube-static-egress-ip/pkg/client/informers/externalversions/factory.go:117: Failed to list *v1alpha1.StaticEgressIP: Get https://10.96.0.1:443/apis/staticegressips.nirmata.io/v1alpha1/staticegressips?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout leaderelection.go:306] error retrieving resource lock kube-system/static-egress-ip-configmap: Get https://10.96.0.1:443/api/v1/namespaces/kube-system/configmaps/static-egress-ip-configmap:...

`kube-static-egress-ip ` works with assumption that director node can forward traffic to the gateway nodes. CNI's can be broadly considered to fall into two categories. Once that work using overlay...

1 toleration must be added to the file config/static-egressip-controller.yaml for the pod to be scheduled to all nodes: ``` tolerations: - effect: NoSchedule operator: Exists ```

I would like to use the static egress functionality. CNI: calico I installed the CRD, RBAC, gateway-manager and controller just like the readme described. Test env, 2 ubuntu replicas along...

Is it possible to get ARM docker images built for this?