-
Notifications
You must be signed in to change notification settings - Fork 11
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
vm-import-controller enhancements #31
Conversation
…xport from source fails to stop rather than keep trying added more debug info close lease earlier stage vmware migration improvements improve openstack migration to check uefi/tpm/secureboot from associated image improve firmware lookup for openstack, and add ability to specify custom storage classes fix storage class caching issue drop need for sync fix imports
f626926
to
9e33784
Compare
fixed dapper builds and default bus type on vmware
38e734f
to
fdf9e14
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.
Thanks for bump the harvester to fix the honestbee issue.
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
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.
Generally LGTM, just need you to help fix some typos. Also, we need to update the chart as the controller complains about it cannot list & watch StorageClass:
W0801 07:41:36.080694 1 reflector.go:424] pkg/mod/k8s.io/client-go@v0.26.4/tools/cache/reflector.go:169: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:serviceaccount:harvester-system:harvester-vm-import-controller" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0801 07:41:36.080716 1 reflector.go:140] pkg/mod/k8s.io/client-go@v0.26.4/tools/cache/reflector.go:169: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:serviceaccount:harvester-system:harvester-vm-import-controller" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
Thank you!
fix up typos
4600028
to
1fea3d1
Compare
@Mergifyio backport v1.3 |
1 similar comment
@Mergifyio backport v1.3 |
✅ Backports have been created
|
PR introduces changes to vm import controller to improve the following:
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Problem:
Solution:
Related Issue:
harvester/harvester#5758
Test plan: