-
Notifications
You must be signed in to change notification settings - Fork 288
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
EKS-A Nutanix Provider Action Items #4167
Comments
/assign @thunderboltsid |
TLS Skip verification is handled using the insecure parameter in the nutanix client #4171. We won't blanket skip verification. Only when it is actually requested by specifying the 'insecure' parameter in the dc config. |
/assign @thunderboltsid |
Added the pre-flight checks in #4215 |
for items
|
Pending tasks from above list: |
we decided not to do following since we dont want to encourage it and want users to use valid certs as following is a 2nd option. |
These are some of the action items that came up from bugbash. These items are roughly in the order by priority
sshAuthorizedKeys
field is not set or is emptyadditionalTrustBundle
additionalTrustBundle
to CAPXNUTANIX_USER
toEKSA_NUTANIX_USERNAME
andNUTANIX_PASSWORD
toEKSA_NUTANIX_PASSWORD
to be consistent with other EKS Anywhere providersNutanixDatacenterConfig
'sendpoint:port
using something similar to thiseks-anywhere/pkg/executables/govc.go
Lines 598 to 604 in 2a03ef2
NutanixDatacenterConfig.endpoint
is a valid endpointNutanixDatacenterConfig.port
is a valid portNutanixDatacenterConfig.additionalTrustBundle
, if provided, is a valid PEM encoded certNutanixMachineConfig
'smemorySize
,systemDiskSize
,vcpuSockets
andvcpusPerSocket
NutanixDatacenterConfig
object, include theadditionalTrustBundle
by default in the generated cluster configNutanixDatacenterConfig
object, change the default port to something else since 0 is not a valid port. Maybe set it to the default Prism Central port9440
?NutanixMachineConfig
object, don't includeuuid: null
by default in the generated cluster configThe text was updated successfully, but these errors were encountered: