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

ref(smc/install): use ads with serviceaccount #270

Merged
merged 1 commit into from
Mar 11, 2020
Merged

ref(smc/install): use ads with serviceaccount #270

merged 1 commit into from
Mar 11, 2020

Conversation

michelleN
Copy link
Contributor

No description provided.

Copy link
Contributor

@draychev draychev left a comment

Choose a reason for hiding this comment

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

Thank you!
Much needed (I can enable RBAC on the cluster we run the demo on now)

.PHONY: build-smc
build-smc:
@mkdir -p $(shell pwd)/bin
CGO_ENABLED=0 go build -v -o ./bin/smc ./cmd/smc
Copy link
Contributor

Choose a reason for hiding this comment

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

We also have this, which uses ldflags to put the commit hash and a version in the binary.

},
rbacv1.PolicyRule{
APIGroups: []string{"batch"},
Resources: []string{"jobs"},
Copy link
Contributor

Choose a reason for hiding this comment

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

Jobs could participate in a service mesh too... why not! (cc: @shashankram for sidecar injection ideas ;)

@michelleN michelleN merged commit a590342 into openservicemesh:master Mar 11, 2020
@michelleN michelleN deleted the kubeconfig branch March 11, 2020 16:10
@michelleN michelleN linked an issue Mar 13, 2020 that may be closed by this pull request
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.

update smc install to install ads
2 participants