-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update kube options #168
Update kube options #168
Conversation
edddb78
to
69c5df7
Compare
…fixtures Update dependencies
69c5df7
to
4b3538b
Compare
# Conflicts: # CHANGELOG.md # go.mod # selectel/provider.go
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.
Not bad! But we need to make some changes.
2862a34
to
86243f2
Compare
# Conflicts: # go.sum
Thank you for your review. I made necessary changes, please review changes and back if need something to fix. |
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.
When trying to create new data source with feature gates an internal error occured:
Error: Invalid address to set: []string{"feature_gates", "0", "kube_version_minor"}
Please check.
Also there is no documentation for new data sources.
Please add the doc.
ef53e8d
to
7f4249f
Compare
7e7ccd9
to
2e278fc
Compare
Rename kube_version_minor -> kube_version; Update website docs; Revert back go test flag.
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.
There are a few linter and doc issues left to fix.
dupl threshold
in the linters settings can be raised to 300
Fix linter issues
Refactor getting MKS client in tests
6676f0e
to
7b4b8c8
Compare
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.
LGTM!
Support MKS Cluster feature gates & admission controllers #166 .
Added data sources that could be using to get available feature gates or admission controllers for the specific Kubernetes versions:
Updated dependencies: