witty-honey-18052
03/26/2023, 10:22 PM127.0.0.1 rancher.localhost
to my hosts file manually, and that seems to have fixed it.
Also, the url path wants to not use the /v3
So after adding my hosts file, the corrected command is API=rancher.localhost yarn dev
stocky-account-63046
03/27/2023, 12:46 PMnuxt
. They're only in master
though, so if you'd like a more stable platform you could switch to the release-2.7.2
branchAPI
env var should point to the root Rancher urlwitty-honey-18052
03/27/2023, 1:28 PMstocky-account-63046
03/27/2023, 3:35 PMmaster
running with a reasonable Rancher Manager backend you could run the docker image rancher/rancher:v2.7-head
. That will be bleeding edge though, and not fit for production. For the dashboard release-2.7.2
branch there should be a rancher/rancher:v2.7.2-rc<number>
image (replace number with latest RC). In helm world, i'm not sure latest tracks devwitty-honey-18052
03/27/2023, 3:38 PMstocky-account-63046
03/27/2023, 3:48 PMhelm install rancher rancher-latest/rancher --namespace cattle-system --set hostname=... --set rancherImage=rancher/rancher --set rancherImageTag=v2.7head --set rancherImagePullPolicy=Always
again though, that's just for dev and not production. that would unlock 1.25 if you needed itwitty-honey-18052
03/27/2023, 3:50 PMstocky-account-63046
03/27/2023, 3:51 PMwitty-honey-18052
03/27/2023, 3:52 PMstocky-account-63046
03/27/2023, 3:56 PMdocker:local:start
target in package.json
), but that works with docker and has some very weak setup input/shell/scripts/test-plugins-build.sh
)witty-honey-18052
03/27/2023, 4:01 PMstocky-account-63046
03/28/2023, 9:03 AM