Skip to content

Commit

Permalink
Merge pull request #66 from sivchari/fix-doc
Browse files Browse the repository at this point in the history
fix: doc
  • Loading branch information
zoetrope committed Aug 16, 2024
2 parents 8761e80 + d5b3cda commit 61b0ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/controller-tools/crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CRDのマニフェストは複雑で、手書きで作成するにはかなり

そこでKubebuilderではcontroller-genというツールを提供しており、Goで記述したstructからCRDを生成できます。

まずは`kubebuilder create api`コマンドで生成されたmarkdownview_types.goを見てみましょう
まずは`kubebuilder create api`コマンドで生成された`api/v1/markdownview_types.go`を見てみましょう

[import](../../codes/00_scaffold/api/v1/markdownview_types.go)

Expand Down
2 changes: 1 addition & 1 deletion docs/kubebuilder/kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Webhook用の証明書を発行するためにcert-managerが必要となりま
下記のコマンドを実行してcert-managerのデプロイをおこないます。([参考](https://cert-manager.io/docs/installation/kubernetes/))

```console
$ kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.yaml
$ kubectl apply --validate=false -f https://github.com/cert-manager/cert-manager/releases/latest/download/cert-manager.yaml
```

cert-managerのPodが起動したことを確認しましょう。
Expand Down

0 comments on commit 61b0ce1

Please sign in to comment.