add baidu cloud provider information (#12738)

pull/12752/head
Meng Yang 2019-02-21 17:23:51 +08:00 committed by Kubernetes Prow Robot
parent 9054d61419
commit b4f547e2eb
2 changed files with 17 additions and 0 deletions

View File

@ -378,3 +378,10 @@ To expose apps to the public or within the cluster, you can leverage NodePort, L
### Storage
The IBM Cloud Kubernetes Service provider leverages Kubernetes-native persistent volumes to enable users to mount file, block, and cloud object storage to their apps. You can also use database-as-a-service and third-party add-ons for persistent storage of your data. For more information, see [Planning highly available persistent storage](https://console.bluemix.net/docs/containers/cs_storage_planning.html#storage_planning).
## Baidu Cloud Container Engine
### Node Name
The Baidu cloud provider uses the private IP address of the node (as determined by the kubelet or overridden with `--hostname-override`) as the name of the Kubernetes Node object.
Note that the Kubernetes Node name must match the Baidu VM private IP.

View File

@ -519,6 +519,16 @@ metadata:
[...]
```
{{% /tab %}}
{{% tab name="Baidu Cloud" %}}
```yaml
[...]
metadata:
name: my-service
annotations:
service.beta.kubernetes.io/cce-load-balancer-internal-vpc: "true"
[...]
```
{{% /tab %}}
{{< /tabs >}}