Fixed typo in 2022 day55

This commit is contained in:
Me1e 2023-04-06 01:05:55 +09:00 committed by GitHub
parent bb871d9ae3
commit b24a268d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ We also have two other types of volumes that we will not get into detail on but
In the session yesterday we walked through creating a stateless application, here we want to do the same but we want to use our minikube cluster to deploy a stateful workload.
A recap on the minikube command we are using to have the capability and addons to use persistence is `minikube start --addons volumesnapshots,csi-hostpath-driver --apiserver-port=6443 --container-runtime=containerd -p mc-demo --Kubernetes-version=1.21.2`
A recap on the minikube command we are using to have the capability and addons to use persistence is `minikube start --addons volumesnapshots,csi-hostpath-driver --apiserver-port=6443 --container-runtime=containerd -p mc-demo --kubernetes-version=1.21.2`
This command uses the CSI-hostpath-driver which is what gives us our storageclass, something I will show later.
@ -208,7 +208,7 @@ We can then create this in our ingress namespace with `kubectl create -f Pacman-
![](Images/Day55_Kubernetes15.png)
Then if we run `kubectl get ingress -n Pacman
Then if we run `kubectl get ingress -n Pacman`
![](Images/Day55_Kubernetes16.png)