docs: add link to the OpenShift platform guide to k8s docs (#9177)

This commit is contained in:
Iryna Shustava 2020-11-12 15:06:25 -08:00 committed by GitHub
parent 2504ddc9f1
commit 41dddba967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export default [
{
title: 'Kind',
href:
'https://learn.hashicorp.com/tutorials/consul/kubernetes-kind?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=mk',
'https://learn.hashicorp.com/tutorials/consul/kubernetes-kind?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=kind',
},
{
title: 'AKS (Azure)',
@ -134,6 +134,11 @@ export default [
href:
'https://learn.hashicorp.com/tutorials/consul/kubernetes-gke-google?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=gke',
},
{
title: 'Red Hat OpenShift',
href:
'https://learn.hashicorp.com/tutorials/consul/kubernetes-openshift-red-hat?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=openshift',
},
'self-hosted-kubernetes',
],
},