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

fix public IP binding #11

Merged
merged 3 commits into from
Apr 17, 2024
Merged

fix public IP binding #11

merged 3 commits into from
Apr 17, 2024

Conversation

haitch
Copy link
Collaborator

@haitch haitch commented Apr 17, 2024

the Service Public IP annotation only works on creation time.

config/prow/k8s/app/svc-envoy.yaml and config/prow/k8s/base/contour.yaml have duplicated content, so removed svc-envoy.yam, and added the content to contour.yaml.

config/prow/k8s/app/svc-envoy.yaml Show resolved Hide resolved
selector:
app: envoy
type: LoadBalancer
loadBalancerIP: $PUBLIC_IP_ADDRESS
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"loadBalancerIP: $PUBLIC_IP_ADDRESS" is missing in new edit in contour.yaml, but I guess it is ok if the branch is successfully deployed?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haitch would have another PR to address this .

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the IP will be solved by cloud-provider, the issue I am fixing is permission for cloud-provider.

@haitch haitch merged commit 74d4831 into main Apr 17, 2024
1 check passed
@haitch haitch deleted the haitao/prow_pip_binding branch April 17, 2024 22:55
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