You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to share the code used to build the current component.js that supports Rancher 2.x or let me know how exactly to build a driver that generates the same component.js that is already published? Otherwise I won't be able to do any change or propose any PR.
I'm unable to build the driver from the source and make it working with Rancher 2.6 with the main branch but instead I can do reverse engineering and do changes in the published component.js without problems (I have implemented a change to support the creation of servers only in private networks (together with the machine driver 3.8.0 and it works fine).
Taking a look at the published code at storage.googleapis.com (component.js) is clearly not aligned with the github repo and the outcome of the manual build, although I could be missing something silly (i'm not a developer).
If anyone can help me with that it would be really appreciated, as it would allow me to share some improvements via PRs.
The text was updated successfully, but these errors were encountered:
If I'm not mistaken, the
component.js
mentioned in the mainREADME
and available at https://storage.googleapis.com/hcloud-rancher-v2-ui-driver/component.js is not aligned with the code of themain
branch or with any other branch as far as I could tell.Would it be possible to share the code used to build the current
component.js
that supports Rancher 2.x or let me know how exactly to build a driver that generates the same component.js that is already published? Otherwise I won't be able to do any change or propose any PR.I'm unable to build the driver from the source and make it working with Rancher 2.6 with the
main
branch but instead I can do reverse engineering and do changes in the publishedcomponent.js
without problems (I have implemented a change to support the creation of serversonly
in private networks (together with themachine driver 3.8.0
and it works fine).Taking a look at the published code at
storage.googleapis.com
(component.js) is clearly not aligned with the github repo and the outcome of the manual build, although I could be missing something silly (i'm not a developer).If anyone can help me with that it would be really appreciated, as it would allow me to share some improvements via PRs.
The text was updated successfully, but these errors were encountered: