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 :: git stash back 
Shell :: install packer on ubuntu 
Shell :: bun sh install 
Shell :: supprimer une branche locale git 
Shell :: how to uninstall all plugins in ionic app 
Shell :: E: Sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: how to install chocolatey on windows 10 
Shell :: install github desktop on arch linux 
Shell :: neovim install wsl 
Shell :: cdo mean of multiple files 
Shell :: change default editor linux 
Shell :: git undo last commit 
Shell :: wslinux backup 
Shell :: how to install quick.db 
Shell :: how to stop tomcat from cmd 
Shell :: django gitignore 
Shell :: virtualbox homebrew 
Shell :: how to install mono on aws linux 
Shell :: what shell type 
Shell :: sed replace in file 
Shell :: increase sound in ubuntu 
Shell :: linux see drivers 
Shell :: apartheid linux 
Shell :: centos show hdd 
Shell :: pip install googlemaps 
Shell :: magento 2 gulp 
Shell :: linux sort by file size 
Shell :: create ubuntu 20.04 with azure cli 
Shell :: git commit and push command 
Shell :: PowerShell remove object from array 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =