Skip to content

Improwised/flux-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

deploy apps in locally follow below steps:

step - 1

Make sure you installed k3s cluster locally. if not so download using below command:

curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.29.3+k3s1 K3S_KUBECONFIG_MODE="644" sh -

step - 2

Copy k3s file into config file. if you don't have .kube folder so make it and then fire below command:

sudo cp /etc/rancher/k3s/k3s.yaml ~/.kube/config

step - 3

export KUBECONFIG env using below command:

export KUBECONFIG=<absolute_path_of_configfile>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published