Difference between revisions of "Kubectl run -it ubuntu --image=ubuntu -- bash"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
  
 +
root@ubuntu:/# df -kh
 +
Filesystem      Size  Used Avail Use% Mounted on
 +
[[overlay]]        59G  39G  17G  71% /
 +
tmpfs            64M    0  64M  0% /dev
 +
[[/dev/vda1]]        59G  39G  17G  71% /[[etc/hosts]]
 +
shm              64M    0  64M  0% /dev/shm
 +
[[tmpfs]]          7.7G  12K  7.7G  1% [[/run/secrets/kubernetes.io/serviceaccount]]
 +
tmpfs          3.9G    0  3.9G  0% [[/sys/firmware]]
  
  

Revision as of 18:21, 22 October 2023

kubectl run -it ubuntu --image=ubuntu -- bash


root@ubuntu:/# df -kh
Filesystem      Size  Used Avail Use% Mounted on
overlay        59G   39G   17G  71% /
tmpfs            64M     0   64M   0% /dev
/dev/vda1        59G   39G   17G  71% /etc/hosts
shm              64M     0   64M   0% /dev/shm
tmpfs           7.7G   12K  7.7G   1% /run/secrets/kubernetes.io/serviceaccount
tmpfs           3.9G     0  3.9G   0% /sys/firmware


See also

Advertising: