Skip to content

Commit

Permalink
chore: update dead links in doc
Browse files Browse the repository at this point in the history
much links in doc are outdated, update them and try to pass cricleci!
  • Loading branch information
cxz66666 committed Jul 18, 2022
1 parent 6eca67b commit 6f79625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 127,7 @@ On the other side, we discourage contributors from committing message like the f
* ~~update~~
* ~~add doc~~

If you get lost, please see [How to Write a Git Commit Message](http://chris.beams.io/posts/git-commit/) for a start.
If you get lost, please see [How to Write a Git Commit Message](https://developers.google.com/blockly/guides/modify/contribute/commits) for a start.

#### Commit Content

Expand Down
2 changes: 1 addition & 1 deletion docs/kubernetes/pouch_with_cri_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@
## What is CRI

The Container Runtime Interface (CRI) is a plugin interface which enables kubelet to use a wide variety of container runtimes, without the need to recompile.
CRI (_Container Runtime Interface_) consists of a [protobuf API](https://github.com/kubernetes/kubernetes/blob/release-1.12/pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto),specifications/requirements and [libraries](https://git.k8s.io/kubernetes/pkg/kubelet/server/streaming)for container runtimes to integrate with kubelet on a node.
CRI (_Container Runtime Interface_) consists of a [protobuf API](https://github.com/kubernetes/kubernetes/blob/release-1.12/pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto),specifications/requirements and [libraries](https://github.com/kubernetes/kubernetes/tree/master/pkg/kubelet/server) for container runtimes to integrate with kubelet on a node.

This diagram explains how the Container Runtime Interface works:

Expand Down
2 changes: 1 addition & 1 deletion docs/kubernetes/pouch_with_kubernetes_deploying_aliyun.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 171,7 @@ sudo cp -i /etc/kubernetes/admin.conf ~/.kube/config
sudo chown $(id -u):$(id -g) ~/.kube/config
```

Configure CNI network plugin with [flannel](https://github.com/coreos/flannel)
Configure CNI network plugin with [flannel](https://github.com/flannel-io/flannel)

```
kubectl create -f https://github.com/coreos/flannel/raw/master/Documentation/kube-flannel.yml
Expand Down

0 comments on commit 6f79625

Please sign in to comment.