correction command devops.ymml
This commit is contained in:
parent
f8a9027fb3
commit
689cd9349e
10
README.md
10
README.md
@ -19,7 +19,7 @@ chmod +x ./kind
|
||||
sudo mv ./kind /usr/local/bin/kind
|
||||
```
|
||||
|
||||
## Créer cluster :hammer:
|
||||
### Créer cluster :hammer:
|
||||
|
||||
```bash
|
||||
cat <<EOF | kind create cluster --config=-
|
||||
@ -49,16 +49,16 @@ EOF
|
||||
> Note: 1 manager and 2 workers config
|
||||
>> https://kind.sigs.k8s.io/docs/user/configuration/
|
||||
|
||||
## Déployer app :rocket:
|
||||
### Déployer app :rocket:
|
||||
|
||||
```bash
|
||||
kubectl apply -f pod-deployment.yml
|
||||
kubectl apply -f devops.yml
|
||||
```
|
||||
|
||||
## Déployer ingress Nginx :crossed_flags:
|
||||
### Déployer ingress Nginx :crossed_flags:
|
||||
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
|
||||
```
|
||||
|
||||
>> http://localhost/devops
|
||||
>> http://localhost/devops
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user