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

[Feature Request] Allow passing custom labels and annotations to VPC gateways #4801

Open
abasitt opened this issue Dec 9, 2024 · 0 comments
Labels
feature New network feature gateway vpc

Comments

@abasitt
Copy link

abasitt commented Dec 9, 2024

Description

When I apply below manifest, it creates a stateful-sets but there seems to be no option to pass custom label and annotations to it ?

kind: VpcNatGateway
apiVersion: kubeovn.io/v1
metadata:
name: gw1
spec:
vpc: test-vpc-1
subnet: net1
lanIp: 10.0.1.254
selector:
- "kubernetes.io/hostname: kube-ovn-worker"
- "kubernetes.io/os: linux"
externalSubnets:
- ovn-vpc-external-network

@abasitt abasitt added the feature New network feature label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New network feature gateway vpc
Projects
None yet
Development

No branches or pull requests

1 participant