Skip to content

Commit 31442d9

Browse files
Bharath KaimalBharath Kaimal
authored andcommitted
update to pod buttons
1 parent c2d35e5 commit 31442d9

File tree

5 files changed

+38
-28
lines changed

5 files changed

+38
-28
lines changed

docs/openshift/pods/health-checks/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@ The kubelet can optionally perform and react to three kinds of probes on running
1717
### Resources
1818

1919
=== "OpenShift"
20-
[Application Health :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.12/applications/application-health.html){ .md-button }
21-
[Virtual Machine Health :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.12/virt/logging_events_monitoring/virt-monitoring-vm-health.html){ .md-button }
20+
21+
[Application Health :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.12/applications/application-health.html){ .md-button target="_blank"}
22+
23+
[Virtual Machine Health :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.12/virt/logging_events_monitoring/virt-monitoring-vm-health.html){ .md-button target="_blank"}
2224

2325
=== "Kubernetes"
24-
- [Container Probes](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes)
25-
- [Configure Probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/)
26+
27+
[Container Probes :fontawesome-solid-globe:](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes){ .md-button target="_blank"}
28+
29+
[Configure Probes :fontawesome-solid-globe:](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/){ .md-button target="_blank"}
2630

2731
### References
2832

docs/openshift/pods/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ A Pod encapsulates an application’s container (or, in some cases, multiple con
88

99
=== "OpenShift"
1010

11-
[About Pods :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.3/nodes/pods/nodes-pods-using.html){ .md-button }
11+
[About Pods :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.3/nodes/pods/nodes-pods-using.html){ .md-button target="_blank"}
1212

13-
[Cluster Configuration for Pods :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.3/nodes/pods/nodes-pods-configuring.html){ .md-button }
13+
[Cluster Configuration for Pods :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.3/nodes/pods/nodes-pods-configuring.html){ .md-button target="_blank"}
1414

15-
[Pod Autoscaling :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.3/nodes/pods/nodes-pods-autoscaling.html){ .md-button }
15+
[Pod Autoscaling :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.3/nodes/pods/nodes-pods-autoscaling.html){ .md-button target="_blank"}
1616

1717
=== "Kubernetes"
1818

19-
[Pod Overview :fontawesome-solid-globe:](https://kubernetes.io/docs/concepts/workloads/pods/pod-overview/){ .md-button }
20-
[Pod Lifecycle :fontawesome-solid-globe:](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/){ .md-button }
21-
[Pod Usage :fontawesome-solid-globe:](https://kubernetes.io/docs/concepts/workloads/pods/pod/){ .md-button }
19+
[Pod Overview :fontawesome-solid-globe:](https://kubernetes.io/docs/concepts/workloads/pods/pod-overview/){ .md-button target="_blank"}
20+
21+
[Pod Lifecycle :fontawesome-solid-globe:](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/){ .md-button target="_blank"}
22+
23+
[Pod Usage :fontawesome-solid-globe:](https://kubernetes.io/docs/concepts/workloads/pods/pod/){ .md-button target="_blank"}
2224

2325
## References
2426

docs/openshift/pods/multi-container/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ Container images solve many real-world problems with existing packaging and depl
44

55
## Resources
66

7-
**OpenShift**
7+
=== "Kubernetes"
8+
9+
[Sidecar Logging :fontawesome-solid-globe:](https://kubernetes.io/docs/concepts/cluster-administration/logging/#using-a-sidecar-container-with-the-logging-agent){.md-button target="_blank"}
810

9-
**IKS**
11+
[Shared Volume Communication :fontawesome-solid-globe:](https://kubernetes.io/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/){.md-button target="_blank"}
1012

11-
- [Sidecar Logging](https://kubernetes.io/docs/concepts/cluster-administration/logging/#using-a-sidecar-container-with-the-logging-agent){:target="_blank"}
12-
- [Shared Volume Communication](https://kubernetes.io/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/){:target="_blank"}
13-
- [Toolkit Patterns](https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns/){:target="_blank"}
14-
- [Brendan Burns Paper](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/45406.pdf){:target="_blank"}
13+
[Toolkit Patterns :fontawesome-solid-globe:](https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns/){.md-button target="_blank"}
14+
15+
[Brendan Burns Paper :fontawesome-solid-globe:](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/45406.pdf){.md-button target="_blank"}
1516

1617
## References
1718

docs/openshift/pods/tagging/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ You can use either labels or annotations to attach metadata to Kubernetes object
88

99
## Resources
1010

11-
**OpenShift**
11+
=== "OpenShift"
1212

13-
- [CLI Label Commands](https://docs.openshift.com/container-platform/4.13/cli_reference/openshift_cli/developer-cli-commands.html){:target="_blank"}
13+
[CLI Label Commands :fontawesome-solid-globe:](https://docs.openshift.com/container-platform/4.13/cli_reference/openshift_cli/developer-cli-commands.html){.md-button target="_blank"}
1414

15-
**IKS**
15+
=== "Kubernetes"
1616

17-
- [Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/){:target="_blank"}
18-
- [Annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/){:target="_blank"}
17+
[Labels :fontawesome-solid-globe:](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/){.md-button target="_blank"}
18+
19+
[Annotations :fontawesome-solid-globe:](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/){.md-button target="_blank"}
1920

2021

2122
## References

docs/openshift/pods/troubleshooting/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@ Usually is getting familiar with how primitives objects interact with each other
66

77
## Resources
88

9-
**OpenShift**
9+
=== "OpenShift"
1010

11-
- [Debugging with ODO](https://odo.dev/docs/user-guides/advanced/debugging-with-openshift-toolkit){:target="_blank"}
11+
[Debugging with ODO :fontawesome-solid-globe:](https://odo.dev/docs/user-guides/advanced/debugging-with-openshift-toolkit){.md-button target="_blank"}
1212

13-
**IKS**
13+
=== "Kubernetes"
14+
15+
[Debugging Applications :fontawesome-solid-globe:](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-application/){.md-button target="_blank"}
16+
17+
[Debugging Services :fontawesome-solid-globe:](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-service/){.md-button target="_blank"}
1418

15-
- [Debugging Applications](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-application/){:target="_blank"}
16-
- [Debugging Services](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-service/){:target="_blank"}
17-
- [Debugging Replication Controllers](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-pod-replication-controller/){:target="_blank"}
19+
[Debugging Replication Controllers :fontawesome-solid-globe:](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-pod-replication-controller/){.md-button target="_blank"}
1820

1921

2022
## References
2123

22-
=== "Openshift"
24+
=== "OpenShift"
2325
** MacOS/Linux/Windows command: **
2426
```bash
2527
oc apply -f https://gist.githubusercontent.com/csantanapr/e823b1bfab24186a26ae4f9ec1ff6091/raw/1e2a0cca964c7b54ce3df2fc3fbf33a232511877/debugk8s-bad.yaml

0 commit comments

Comments
 (0)