Skip to content

Commit 5b08dbc

Browse files
authored
Merge pull request #23107 from celestehorgan/add-3rdparty-warning
Add 3rd party content warning
2 parents b1a0b1a + 47dd26b commit 5b08dbc

File tree

6 files changed

+17
-10
lines changed

6 files changed

+17
-10
lines changed

content/en/docs/concepts/cluster-administration/addons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ content_type: concept
55

66
<!-- overview -->
77

8+
{{% thirdparty-content %}}
9+
810
Add-ons extend the functionality of Kubernetes.
911

1012
This page lists some of the available add-ons and links to their respective installation instructions.
1113

12-
Add-ons in each section are sorted alphabetically - the ordering does not imply any preferential status.
13-
1414
<!-- body -->
1515

1616
## Networking and Network Policy

content/en/docs/concepts/cluster-administration/networking.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ as an introduction to various technologies and serves as a jumping-off point.
7979
The following networking options are sorted alphabetically - the order does not
8080
imply any preferential status.
8181

82+
{{% thirdparty-content %}}
83+
8284
### ACI
8385

8486
[Cisco Application Centric Infrastructure](https://www.cisco.com/c/en/us/solutions/data-center-virtualization/application-centric-infrastructure/index.html) offers an integrated overlay and underlay SDN solution that supports containers, virtual machines, and bare metal servers. [ACI](https://www.github.com/noironetworks/aci-containers) provides container networking integration for ACI. An overview of the integration is provided [here](https://www.cisco.com/c/dam/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/solution-overview-c22-739493.pdf).
@@ -112,7 +114,7 @@ Additionally, the CNI can be run alongside [Calico for network policy enforcemen
112114
[Azure CNI](https://docs.microsoft.com/en-us/azure/virtual-network/container-networking-overview) is an [open source](https://github.com/Azure/azure-container-networking/blob/master/docs/cni.md) plugin that integrates Kubernetes Pods with an Azure Virtual Network (also known as VNet) providing network performance at par with VMs. Pods can connect to peered VNet and to on-premises over Express Route or site-to-site VPN and are also directly reachable from these networks. Pods can access Azure services, such as storage and SQL, that are protected by Service Endpoints or Private Link. You can use VNet security policies and routing to filter Pod traffic. The plugin assigns VNet IPs to Pods by utilizing a pool of secondary IPs pre-configured on the Network Interface of a Kubernetes node.
113115

114116
Azure CNI is available natively in the [Azure Kubernetes Service (AKS)] (https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni).
115-
117+
116118

117119
### Big Cloud Fabric from Big Switch Networks
118120

@@ -313,5 +315,4 @@ to run, and in both cases, the network provides one IP address per pod - as is s
313315

314316
The early design of the networking model and its rationale, and some future
315317
plans are described in more detail in the
316-
[networking design document](https://git.k8s.io/community/contributors/design-proposals/network/networking.md).
317-
318+
[networking design document](https://git.k8s.io/community/contributors/design-proposals/network/networking.md).

content/en/docs/reference/using-api/client-libraries.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The following client libraries are officially maintained by
4040

4141
## Community-maintained client libraries
4242

43+
{{% thirdparty-content %}}
44+
4345
The following Kubernetes API client libraries are provided and maintained by
4446
their authors, not the Kubernetes team.
4547

content/en/docs/tasks/administer-cluster/declare-network-policy.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ content_type: task
99
<!-- overview -->
1010
This document helps you get started using the Kubernetes [NetworkPolicy API](/docs/concepts/services-networking/network-policies/) to declare network policies that govern how pods communicate with each other.
1111

12+
{{% thirdparty-content %}}
1213

1314
## {{% heading "prerequisites" %}}
1415

@@ -23,11 +24,6 @@ Make sure you've configured a network provider with network policy support. Ther
2324
* [Romana](/docs/tasks/administer-cluster/network-policy-provider/romana-network-policy/)
2425
* [Weave Net](/docs/tasks/administer-cluster/network-policy-provider/weave-network-policy/)
2526

26-
{{< note >}}
27-
The above list is sorted alphabetically by product name, not by recommendation or preference. This example is valid for a Kubernetes cluster using any of these providers.
28-
{{< /note >}}
29-
30-
3127
<!-- steps -->
3228

3329
## Create an `nginx` deployment and expose it via a service

i18n/en.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ other = "Subscribe"
207207
[synopsis_heading]
208208
other = "Synopsis"
209209

210+
211+
[thirdparty_message]
212+
other = """This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects. This page follows <a href="https://github.com/cncf/foundation/blob/master/website-guidelines.md" target="_blank">CNCF website guidelines</a> by listing projects alphabetically. To add a project to this list, read the <a href="/contribute/style/content-guide/#third-party-content">content guide</a> before submitting a change."""
213+
210214
[ui_search_placeholder]
211215
other = "Search"
212216

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<blockquote class="callout caution" role="alert">
2+
<strong>{{ T "caution" | safeHTML }}</strong>
3+
{{ T "thirdparty_message" | safeHTML }}
4+
</blockquote>

0 commit comments

Comments
 (0)