Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Add https:// to server endpoint in kubeconfig #70

Closed
wants to merge 1 commit into from

Conversation

sthomson-wyn
Copy link

Description of your changes

The lack of https:// made kubectl (and maybe more?) attempt to hit port 80, resulting in a timeout.

This is also more consitent with provider-gcp which returns the endpoint with https

Fixes #69

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Ran it locally, verified that https is now present

The lack of https:// made kubectl (and maybe more?) attempt to hit port 80, resulting in a timeout.

This is also more consitent with provider-gcp which returns the endpoint with https
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kubeconfig secret returns endpoint without schema
1 participant