murillodigital / sample-k8s

A quick way to have a cluster running with Flux and a couple of sample applications
1 stars 2 forks source link

Running sample k8s in codespaces #1

Open RandomFractals opened 3 years ago

RandomFractals commented 3 years ago

I tried running sample-k8s up script after installing k8s tools extension and wego CLI with flux.

Looks like I need to add flux to PATH there:

image

RandomFractals commented 3 years ago

running flux check --pre gives me command not found error.

Does wego CLI only use flux api, and doesn't automatically install its dependency on that gitops tool?

will try to install it using these instructions: https://fluxcd.io/docs/cmd/

We'll need to add all of that to docs here and in gitops repo.

RandomFractals commented 3 years ago

this worked to enable flux:

image

RandomFractals commented 3 years ago

I got a bit further on this:

image