-
Notifications
You must be signed in to change notification settings - Fork 172
HNC: compile the plugin for Mac #1029
Comments
/good-first-issue |
Since we want to have this, let me try to contribute this! |
This is now fixed on |
/remove-good-first-issue |
Fixed by #1049 |
@adrianludwin: Closing this issue. In response to this:
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. |
/reopen 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! |
@adrianludwin: Reopened this issue. In response to this:
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. |
Ok. Let me confirm those. Darwin pluginI'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 YAMLI've applied to our lab GKE cluster (1.15) by following the release note instruction.
And run the following commands to confirm $ kubectl get validatingwebhookconfiguration hnc-validating-webhook-configuration -o yaml |
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 |
@adrianludwin: Closing this issue. In response to this:
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. |
Todo: add the appropriate flags to the makefile, and then update
cloudbuild.yaml
to rebuild the plugin for multiple OSes.The text was updated successfully, but these errors were encountered: