-
Notifications
You must be signed in to change notification settings - Fork 220
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
adapt k8s 1.8 #201
base: master
Are you sure you want to change the base?
adapt k8s 1.8 #201
Conversation
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.
@mengskysama Thanks for doing this! We'd like to merge part of this PR. The CRD -> TPR change is happening as part of #203, would you backing that part of your PR out, and then we can merge the rest?
@@ -1,11 +1,16 @@ | |||
--- | |||
kind: ThirdPartyResource | |||
apiVersion: extensions/v1beta1 | |||
kind: CustomResourceDefinition |
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.
we're updating from TPR -> CRD in a larger doc update (#203). would you mind backing this particular change out of your PR?
@@ -86,7 +94,15 @@ To deploy this configuration, you can run: | |||
```bash | |||
kubectl apply -f k8s/certificates.yml | |||
kubectl apply -f k8s/namerd.yml | |||
kubectl apply -f k8s/linkerd-namerd-cni.yml | |||
kubectl apply -f k8s/linkerd-namerd-cni-tls.yml |
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.
nice catch!
@@ -51,6 +51,14 @@ one is best for your use case. | |||
|
|||
#### Daemonsets | |||
|
|||
If cluster enable RBAC please setting up the permission: |
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.
This same information is capture in the RBAC section further down this file. What do you think about moving that section up to here, and combining it with what you have documented here?
|
||
```bash | ||
kubectl apply -f k8s/certificates.yml | ||
kubectl apply -f k8s/namerd-legacy.yml |
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.
we'll handle this as part of #203.
No description provided.