-
Notifications
You must be signed in to change notification settings - Fork 741
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
Broken aws-k8s-cni.yaml in 1.7? #1268
Comments
Hi @jayanthvn Thanks for the details, I'll close for now. |
For anyone in the same boat, you can use this script to convert both 1.6-style and 1.7-style YAML to a format that's easier to diff:
You might have to sort the objects in the 1.6 document by the "kind" field, e.g. with ServiceAccount last. |
Thanks for checking @therc :) |
Compare
https://github.com/aws/amazon-vpc-cni-k8s/blob/master/config/v1.7/aws-k8s-cni.yaml#L243
with
https://github.com/aws/amazon-vpc-cni-k8s/blob/master/config/v1.6/aws-k8s-cni.yaml#L30
The new file seems to be truncated. Plus, it's in a different order and fields are all quoted strings, so a diff becomes a lot noisier.
The text was updated successfully, but these errors were encountered: