Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

adapt k8s 1.8 #201

wants to merge 1 commit into from

Conversation

mengskysama
Copy link

No description provided.

Copy link
Member

@siggy siggy left a 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
Copy link
Member

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
Copy link
Member

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:
Copy link
Member

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
Copy link
Member

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.

@siggy siggy added the review label Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants