adamant-kite-43734
11/22/2024, 8:18 PMblue-agency-84818
11/22/2024, 11:27 PMbusy-ability-54059
11/22/2024, 11:29 PMrapid-eye-61308
11/23/2024, 1:46 AMrapid-eye-61308
11/26/2024, 6:10 AMAPI=https://${IP} yarn dev
. However I don't see the custom Cloud Credential view for OpenStack even with the OpenStack Node Driver enabled.
When I navigate to the Cloud Credentials tab I get a runtime error:
node is undefined
parentNode@https://localhost:8005/js/chunk-vendors.js:19296:25
componentUpdateFn@https://localhost:8005/js/chunk-vendors.js:15549:17
...
Is there updated documentation/code for writing UI Extensions against Rancher v2.10.0?busy-ability-54059
11/26/2024, 9:46 AMui-plugin-examples
) is already vue3 compliant, the challenge left is just to adapt the syntax changes, which the most commonly found are https://extensions.rancher.io/extensions/next/rancher-2.10-support#notable-vue3-syntax-changes .
I recommend that you follow the official guide from Vue in regards to migrating to vue3: https://v3-migration.vuejs.org/rapid-eye-61308
11/26/2024, 3:51 PMcloud-credential
and machine-config
.rapid-eye-61308
11/26/2024, 7:11 PMcloud-credential
relate to machine-config
and vice versa? For now simply creating the Go machine driver should be enough for our use cases, even if the UI is default and not polished.busy-ability-54059
11/27/2024, 9:33 AMcloud-credential
is the part about credentials specific for the provider (check video). The machine-config
is the provider-dedicated configuration for the machine pools (check screenshots)rapid-eye-61308
11/27/2024, 3:15 PMcloud-credential
. I didn't attempt the machine-config
yet through.
My issue is understanding how the input for these fields relates to the node driver configuration. There are annotations for the node driver binary that I'm not sure what their purpose is and how to set them on a third-party node driver.
Also, when I configure a node driver through the UI and give it my binary location and checksum it creates a random ID (e.g., xx-123xx
) for the node driver. Then when I go to use that driver to create a cluster it hangs because there's no correct oxide
driver installed. I instead have to use a Kubernetes manifest to create the node driver so the ID is correctly set as oxide
.busy-ability-54059
11/29/2024, 12:00 PMrapid-eye-61308
11/29/2024, 6:27 PMstocky-account-63046
12/02/2024, 9:24 AMresourceFeilds
• <rancher url>/v3/schema/digitaloceancredentialConfig
• <rancher url>/v3/schemas/amazonec2credentialconfig
• which are then put into the cloudcredential itself via properties from <rancher url>/v3/schema/cloudcredential 's resourceFields
How the docker machine then uses values within a cc to provision a node... unfortunately i do not knowrapid-eye-61308
12/02/2024, 5:06 PM