-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add support for private KnServices #606
Labels
good first issue
Denotes an issue ready for a new contributor.
kind/feature
New feature or request
kind/proposal
Issues or PRs related to proposals.
Comments
knative-prow-robot
added
good first issue
Denotes an issue ready for a new contributor.
kind/proposal
Issues or PRs related to proposals.
labels
Jan 13, 2020
Good point. I suggest introducing an option |
The handling could be similar like for |
/assign @maximilien |
Also, I am assuming this is both at |
yep sounds good on both questions |
maximilien
added a commit
to maximilien/client
that referenced
this issue
Feb 1, 2020
When specified on 'service create' the '--cluster-local' flag will make the created service 'private' by setting its config visibility to 'cluster-local'. This is done with label: serving.knative.dev/visibility: cluster-local The --no-cluster-local will remove the label.
maximilien
added a commit
to maximilien/client
that referenced
this issue
Feb 1, 2020
When specified on 'service create' the '--cluster-local' flag will make the created service 'private' by setting its config visibility to 'cluster-local'. This is done with label: serving.knative.dev/visibility: cluster-local The --no-cluster-local will remove the label.
knative-prow-robot
pushed a commit
that referenced
this issue
Mar 10, 2020
When specified on 'service create' the '--cluster-local' flag will make the created service 'private' by setting its config visibility to 'cluster-local'. This is done with label: serving.knative.dev/visibility: cluster-local The --no-cluster-local will remove the label.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Denotes an issue ready for a new contributor.
kind/feature
New feature or request
kind/proposal
Issues or PRs related to proposals.
In what area(s)?
/kind good-first-issue
/kind feature
/kind proposal
Describe the feature:
It would be nice if there was a way to specify that a knService should not have an external endpoint. This means setting the label
serving.knative.dev/visibility: cluster-local
.The text was updated successfully, but these errors were encountered: