Skip to content

Commit 730f19c

Browse files
committed
learning init operator
1 parent 885da59 commit 730f19c

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

operator/README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1-
# operator learning
1+
# Operator learning
22

3+
## Rely On
4+
```shell
5+
1. git
6+
2. go
7+
3. kubectl
8+
```
39

10+
## Install operator-sdk
11+
```shell
12+
mkdir -p $GOPATH/src/github.com/operator-framework
13+
cd $GOPATH/src/github.com/operator-framework
14+
git clone https://github.com/operator-framework/operator-sdk
15+
cd operator-sdk
16+
git checkout master
17+
make install
18+
```
19+
20+
## Use Operator-SDK Create Mysql-operator
21+
```shell
22+
23+
```

0 commit comments

Comments
 (0)