We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the service defined by service-name: in the StaticEgressIP is removed nothing is cleaned up. The egress-ip function remains fully operable.
service-name:
StaticEgressIP
Here is the manifest used;
apiVersion: v1 kind: Service metadata: name: egressip-alpine spec: selector: app: alpine ports: - name: probe port: 5001 --- apiVersion: staticegressips.nirmata.io/v1alpha1 kind: StaticEgressIP metadata: name: egressip-alpine spec: rules: - egressip: 15.0.0.13 service-name: egressip-alpine cidr: 192.168.2.0/24
Then the service is removed with;
kubectl delete svc egressip-alpine
The text was updated successfully, but these errors were encountered:
obsolete
Sorry, something went wrong.
No branches or pull requests
When the service defined by
service-name:
in theStaticEgressIP
is removed nothing is cleaned up. The egress-ip function remains fully operable.Here is the manifest used;
Then the service is removed with;
The text was updated successfully, but these errors were encountered: