proud-parrot-81193
04/03/2023, 8:16 PMnerdctl
then I've done Factory Reset
, after that I've chose my Ubuntu-20.04nerdctl
, then it did not find itdevspace
(which it works on docker desktop)❯ devspace -n local-dev dev
info Using namespace 'local-dev'
info Using kube context 'rancher-desktop'
info Created namespace: local-dev
deploy:app Deploying chart k8s/fe-softwaredev-expert (app) with helm...
deploy:app Deployed helm chart (Release revision: 1)
deploy:app Successfully deployed app with helm
dev:app Waiting for pod to become ready...
dev:app DevSpace is waiting, because Pod app-fe-softwaredev-expert-devspace-7766cbcb69-qlp7s has status: ContainerCreating
dev:app DevSpace is waiting, because Pod app-fe-softwaredev-expert-devspace-7766cbcb69-qlp7s has status: ContainerCreating
dev:app Selected pod app-fe-softwaredev-expert-devspace-7766cbcb69-qlp7s
dev:app open Opening '<http://localhost:3000>' as soon as application will be started
dev:app ports Port forwarding started on: 3000 -> 3000
dev:app sync Sync started on: ./ <-> ./
dev:app sync Waiting for initial sync to complete
dev:app sync Initial sync completed
dev:app ssh Port forwarding started on: 10635 -> 8022
dev:app proxy Port forwarding started on: 10406 <- 10567
dev:app ssh Use 'ssh app.fe-softwaredevexpertgit.devspace' to connect via SSH
dev:app term Opening shell to fe-softwaredev-expert:app-fe-softwaredev-expert-devspace-7766cbcb69-qlp7s (pod:container)
Installing NPM Dependencies
added 342 packages, removed 18 packages, changed 1 package, and audited 344 packages in 12s
28 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
npm notice
npm notice New major version of npm available! 8.19.3 -> 9.6.3
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.3>
npm notice Run npm install -g npm@9.6.3 to update!
npm notice
%########%
%###########% ____ _____
%#########% | _ \ ___ __ __ / ___/ ____ ____ ____ ___
%#########% | | | | / _ \\ \ / / \___ \ | _ \ / _ | / __// _ \
%#############% | |_| |( __/ \ V / ____) )| |_) )( (_| |( (__( __/
%#############% |____/ \___| \_/ \____/ | __/ \__,_| \___\\___|
%###############% |_|
%###########%
Welcome to your development container!
This is how you can work with it:
- Files will be synchronized between your local machine and this container
- Some ports will be forwarded, so you can access this container via localhost
- Run `npm start` to start the application
devspace ./app # npm run dev
> dev
> solid-start dev
solid-start dev
version 0.2.24
adapter node
VITE v4.2.1 ready in 1080 ms
➜ Local: <http://localhost:3000/>
➜ Network: use --host to expose
➜ Inspect: <http://localhost:3000/__inspect/>
➜ press h to show help
➜ Page Routes:
┌─ <http://localhost:3000/*404>
├─ <http://localhost:3000/blog>
├─ <http://localhost:3000/>
└─ <http://localhost:3000/users>
➜ API Routes:
None! 👻
> Server modules:
<http://localhost:3000/_m/*>
nerdctl -n <http://k8s.io|k8s.io> pull nginx:stable-alpine-slim
testing
namespacekubectl create namespace testing
kubectl run myapp --image=nginx:stable-alpine-slim --image-pull-policy=Never --port 80 -n testing
kubectl port-forward myapp 8085:80
nerdctl run --rm -p 8083:3000 nginx:alpine
(this worked for me in the messages above), but now it is not workingconnection refused