-
Notifications
You must be signed in to change notification settings - Fork 23
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
Configure url and cabundle for self managed cluster #135
Configure url and cabundle for self managed cluster #135
Conversation
68321f9
to
ff48f9a
Compare
if err != nil { | ||
return err | ||
} | ||
apiserverURL, err := helpers.GetAPIServer(kubeClient) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe copy the methods from clusteradm repo. I feel it is a little heavy to depend on clusteradm repo only for util. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can copy it. Will it make sense to move this common methods to the sdk-go repo? If so, what package path will make sense? If not, I can copy the code here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, make sense to move to sdk-go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL open-cluster-management-io/sdk-go#23
Once that is merged, I can update both here and in the clusteradm repo.
df73f81
to
4a7e248
Compare
Signed-off-by: Tamal Saha <tamal@appscode.com>
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16, tamalsaha 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 |
67c9200
into
open-cluster-management-io:main
Without this fix, addons do not work in self managed cluster.