Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

HNC: compile the plugin for Mac #1029

Closed
adrianludwin opened this issue Aug 19, 2020 · 11 comments
Closed

HNC: compile the plugin for Mac #1029

adrianludwin opened this issue Aug 19, 2020 · 11 comments
Assignees
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Milestone

Comments

@adrianludwin
Copy link
Contributor

Todo: add the appropriate flags to the makefile, and then update cloudbuild.yaml to rebuild the plugin for multiple OSes.

@adrianludwin adrianludwin added this to the hnc-backlog milestone Aug 19, 2020
@adrianludwin
Copy link
Contributor Author

/good-first-issue

@k8s-ci-robot k8s-ci-robot added good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Aug 19, 2020
@tcnksm
Copy link
Contributor

tcnksm commented Aug 20, 2020

Since we want to have this, let me try to contribute this!

@adrianludwin
Copy link
Contributor Author

adrianludwin commented Aug 25, 2020

This is now fixed on master. I'll backport to 0.5.2.

@adrianludwin
Copy link
Contributor Author

/remove-good-first-issue
/assign @adrianludwin

@k8s-ci-robot k8s-ci-robot removed the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label Aug 25, 2020
@adrianludwin
Copy link
Contributor Author

Fixed by #1049
/close

@k8s-ci-robot
Copy link
Contributor

@adrianludwin: Closing this issue.

In response to this:

Fixed by #1049
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@adrianludwin
Copy link
Contributor Author

/reopen
/assign @tcnksm

Hi Taichi, can you please verify that HNC v0.5.2 RC1 works for you - both the YAML files but also the Darwin plugin? I don't have any ability to test on MacOS. Thanks!

@k8s-ci-robot
Copy link
Contributor

@adrianludwin: Reopened this issue.

In response to this:

/reopen
/assign @tcnksm

Hi Taichi, can you please verify that HNC v0.5.2 RC1 works for you - both the YAML files but also the Darwin plugin? I don't have any ability to test on MacOS. Thanks!

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot reopened this Aug 25, 2020
@tcnksm
Copy link
Contributor

tcnksm commented Aug 26, 2020

Hi Taichi, can you please verify that HNC v0.5.2 RC1 works for you - both the YAML files but also the Darwin plugin? I don't have any ability to test on MacOS. Thanks!

Ok. Let me confirm those.

Darwin plugin

I've executed the following command by following the release note instruction.

$ HNC_VERSION=v0.5.2-rc1
$ HNC_PLATFORM=darwin_amd64
$ $ curl -L https://github.com/kubernetes-sigs/multi-tenancy/releases/download/hnc-{HNC_VERSION}/kubectl-hns_${HNC_PLATFORM} -o ./kubectl-hns
$ chmod +x ./kubectl-hns

And run the following command to confirm help message is shown.

$ kubectl hns

Generated YAML

I've applied to our lab GKE cluster (1.15) by following the release note instruction.

$ HNC_VERSION=v0.5.2-rc1
$ kubectl apply -f https://github.com/kubernetes-sigs/multi-tenancy/releases/download/hnc-${HNC_VERSION}/hnc-manager.yaml

And run the following commands to confirm timeoutSeconds configuration is properly configured.

$ kubectl get validatingwebhookconfiguration hnc-validating-webhook-configuration -o yaml

@adrianludwin
Copy link
Contributor Author

Great, thanks! I'll call that "confirmed" and we'll release 0.5.2 in a day or two (there's one more change I'd like to get in).

/close

@k8s-ci-robot
Copy link
Contributor

@adrianludwin: Closing this issue.

In response to this:

Great, thanks! I'll call that "confirmed" and we'll release 0.5.2 in a day or two (there's one more change I'd like to get in).

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Projects
None yet
Development

No branches or pull requests

3 participants