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

[WIP] Upgrade kdp #996

Conversation

maqiuyujoyce
Copy link
Collaborator

Change description

Fixes #

Tests you have done

  • Run make ready-pr to ensure this PR is ready for review.
  • Perform necessary E2E testing for changed resources.

Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: maqiuyujoyce

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment


replace github.com/GoogleCloudPlatform/k8s-config-connector => ./

replace github.com/maqiuyujoyce/k8s-config-connector => ./
Copy link
Collaborator

Choose a reason for hiding this comment

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

If you haven't seen workspaces: https://go.dev/doc/tutorial/workspaces

)

func GetMockClient(t *testing.T) client.Client {
k8s, err := mockkubeapiserver.NewMockKubeAPIServer(":http")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use :0 to get a dynamic port allocation

}

mgr, err := manager.New(restConfig, manager.Options{
Scheme: runtime.NewScheme(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

		HealthProbeBindAddress: "0",
		MetricsBindAddress:     "0",

to turn off the servers, which I think were causing the port conflict

@maqiuyujoyce
Copy link
Collaborator Author

Thank you for the suggestions, @justinsb ! I am now using a different branch to continue working on this upgrade: #1038

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants