Skip to content

Commit 1bada2d

Browse files
committed
refactor: update cert manager
1 parent 9ffdc1d commit 1bada2d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

cert-manager/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
The cert-manager is a certificate controller for Kubernetes. It will ensure certificates are valid and up to date, and attempt to renew certificates at a configured time before expiry.
44

5-
## Install
6-
7-
```bash
8-
kubectl apply --f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.yaml
9-
10-
# for specific version:
11-
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
12-
```
13-
145
## References
156

167
- cert-manager Website: <https://cert-manager.io/>

cert-manager/cert-manager-commands.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
######################################################################
22

3+
### install
4+
5+
kubectl apply --f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.yaml
6+
7+
# for specific version:
8+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
9+
10+
######################################################################
11+
312
### krew
413

514
kubectl cert-manager check api

0 commit comments

Comments
 (0)