Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

k8s create namespace

# cli
kubectl create ns test-namespace

# or in yaml
---
apiVersion: v1
kind: Namespace
metadata:
  name: test-namespace
Comment

k8s set default namespace

kubectl config set-context --current --namespace=NAMESPACE
Comment

PREVIOUS NEXT
Code Example
Shell :: Creating a new Laravel application 
Shell :: linux memes 
Shell :: git flow new feature branch 
Shell :: install tar.xz in ubuntu 20.4 
Shell :: get all pods in a node kubectl 
Shell :: how to fast forward git 
Shell :: tv on ubuntu 
Shell :: batch multiline command 
Shell :: ufw add rule with comment 
Shell :: change crontab editor 
Shell :: install node_modules 
Shell :: ip route delete linux 
Shell :: how to increase font size in elementary os 
Shell :: tr unix use 
Shell :: change directory on WSL 
Shell :: yum clean all 
Shell :: find text in linux file 
Shell :: install github cli ubuntu 
Shell :: wine command not found 
Shell :: bash split a word into characters 
Shell :: You need to have the Android SDK Build-tools installed on your system 
Shell :: grep binary files 
Shell :: node modules folder not getting ignore in git 
Shell :: create folder with shell/bash 
Shell :: how to open teminal pycharm 
Shell :: uninstall nvidia x server ubuntu 
Shell :: linux append to file 
Shell :: npm insall serve globally 
Shell :: how to know ROS path 
Shell :: creating a github repository from the cli 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =