-
Notifications
You must be signed in to change notification settings - Fork 4
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
Integrate with cloud-provider and test with AWS #162
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.
license-eye has checked 107 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
41 | 1 | 65 | 0 |
Click to see the invalid file list
- charms/worker/k8s/src/cloud_integration.py
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
acf7430
to
92566a6
Compare
charms/worker/k8s/src/charm.py
Outdated
self.kube_control.set_dns_port(53) | ||
|
||
self.kube_control.set_default_cni("") | ||
self.kube_control.set_image_registry("rocks.canonical.com") |
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.
TODO: find better values for these
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.
license-eye has checked 108 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
43 | 1 | 64 | 0 |
Click to see the invalid file list
- charms/worker/k8s/tests/unit/test_cloud_integration.py
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
57b8d28
to
fdc41e4
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.
Great work @addyess
Added a couple of comments
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, great stuff!
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4733368
to
144ae04
Compare
Test coverage for 144ae04
Static code analysis report
|
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. Couple of nits, but I'm +1
Overview
Make use of charmed-kubernetes/interface-kube-control#2 to support integration of the k8s operator with aws
Details