Skip to content

Commit

Permalink
[FIX] link click error
Browse files Browse the repository at this point in the history
Signed-off-by: 刘硕 <[email protected]>
  • Loading branch information
刘硕 committed Sep 26, 2023
1 parent 53e105b commit 7143404
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ spec:
- name: Idle
containerName: game-server
probe:
exec:
exec:
command:
- /home/game/idle.sh
- /home/game/idle.sh
initialDelaySeconds: 10
timeoutSeconds: 3
periodSeconds: 10
Expand All @@ -58,7 +58,7 @@ spec:
podConditionType: game.io/idle
```
- **spec.selector**: 根据Label选择匹配的Pods,MatchLabels和MatchExpressions都支持。详情请参考:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels。
- **spec.selector**: 根据Label选择匹配的Pods,MatchLabels和MatchExpressions都支持。详情请参考:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
定义后,该selector不允许修改。
- spec.probes
- **name**: probe名字,需要在Pod内是唯一的,哪怕不同的容器之间也需要唯一
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ spec:
- name: Idle
containerName: game-server
probe:
exec:
exec:
command:
- /home/game/idle.sh
- /home/game/idle.sh
initialDelaySeconds: 10
timeoutSeconds: 3
periodSeconds: 10
Expand All @@ -58,7 +58,7 @@ spec:
podConditionType: game.io/idle
```
- **spec.selector**: 根据Label选择匹配的Pods,MatchLabels和MatchExpressions都支持。详情请参考:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels。
- **spec.selector**: 根据Label选择匹配的Pods,MatchLabels和MatchExpressions都支持。详情请参考:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
定义后,该selector不允许修改。
- spec.probes
- **name**: probe名字,需要在Pod内是唯一的,哪怕不同的容器之间也需要唯一
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ spec:
- name: Idle
containerName: game-server
probe:
exec:
exec:
command:
- /home/game/idle.sh
- /home/game/idle.sh
initialDelaySeconds: 10
timeoutSeconds: 3
periodSeconds: 10
Expand All @@ -58,7 +58,7 @@ spec:
podConditionType: game.io/idle
```
- **spec.selector**: 根据Label选择匹配的Pods,MatchLabels和MatchExpressions都支持。详情请参考:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels。
- **spec.selector**: 根据Label选择匹配的Pods,MatchLabels和MatchExpressions都支持。详情请参考:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
定义后,该selector不允许修改。
- spec.probes
- **name**: probe名字,需要在Pod内是唯一的,哪怕不同的容器之间也需要唯一
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ spec:
- name: Idle
containerName: game-server
probe:
exec:
exec:
command:
- /home/game/idle.sh
- /home/game/idle.sh
initialDelaySeconds: 10
timeoutSeconds: 3
periodSeconds: 10
Expand All @@ -58,7 +58,7 @@ spec:
podConditionType: game.io/idle
```
- **spec.selector**: 根据Label选择匹配的Pods,MatchLabels和MatchExpressions都支持。详情请参考:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels。
- **spec.selector**: 根据Label选择匹配的Pods,MatchLabels和MatchExpressions都支持。详情请参考:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
定义后,该selector不允许修改。
- spec.probes
- **name**: probe名字,需要在Pod内是唯一的,哪怕不同的容器之间也需要唯一
Expand Down

0 comments on commit 7143404

Please sign in to comment.