From 113cd10c68ecb27161f97668e04349ce57c279cf Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Tue, 21 May 2019 19:25:08 -0700 Subject: [PATCH] Add deprecation notice for Hub discovery (#8828) * Hub Swarm discovery service deprecation Document the deprecation Add warning graphic Fix formatting --- ee/ucp/admin/configure/ucp-configuration-file.md | 1 + reference/ucp/3.1/cli/install.md | 3 ++- swarm/discovery.md | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ee/ucp/admin/configure/ucp-configuration-file.md b/ee/ucp/admin/configure/ucp-configuration-file.md index 5e38256f03..61e97e5e21 100644 --- a/ee/ucp/admin/configure/ucp-configuration-file.md +++ b/ee/ucp/admin/configure/ucp-configuration-file.md @@ -197,6 +197,7 @@ components. Assigning these values overrides the settings in a container's | `calico_mtu` | no | Set the MTU (maximum transmission unit) size for the Calico plugin. | | `ipip_mtu` | no | Set the IPIP MTU size for the calico IPIP tunnel interface. | | `azure_ip_count` | no | Set the IP count for azure allocator to allocate IPs per Azure virtual machine. | +| `service-cluster-ip-range` | yes | Sets the subnet pool from which the IP for Services should be allocated. Default is `10.96.0.0/16`. | `nodeport_range` | yes | Set the port range that for Kubernetes services of type NodePort can be exposed in. Default is `32768-35535`. | | `custom_kube_api_server_flags` | no | Set the configuration options for the Kubernetes API server. (dev) | | `custom_kube_controller_manager_flags` | no | Set the configuration options for the Kubernetes controller manager. (dev) | diff --git a/reference/ucp/3.1/cli/install.md b/reference/ucp/3.1/cli/install.md index f0df1ba991..63437e26ce 100644 --- a/reference/ucp/3.1/cli/install.md +++ b/reference/ucp/3.1/cli/install.md @@ -83,4 +83,5 @@ If you are installing on Azure, see [Install UCP on Azure](/ee/ucp/admin/install | `--swarm-grpc-port` *value* | Port for communication between nodes (default: 2377) | | `--swarm-port` *value* | Port for the Docker Swarm manager. Used for backwards compatibility (default: 2376) | | `--unlock-key` *value* | The unlock key for this swarm-mode cluster, if one exists. [$UNLOCK_KEY] | -| `--unmanaged-cni` | Flag to indicate if cni provider is calico and managed by UCP (calico is the default CNI provider) | +| `--unmanaged-cni` | Flag to indicate if cni provider is calico and managed by UCP (calico is the default CNI provider) | | + diff --git a/swarm/discovery.md b/swarm/discovery.md index 54a03de80d..20e125c983 100644 --- a/swarm/discovery.md +++ b/swarm/discovery.md @@ -168,6 +168,11 @@ Or with node discovery: ## Docker Hub as a hosted discovery service +> ### Deprecation Notice +> +> The Docker Hub Hosted Discovery Service will be removed on June 19th, 2019. Please switch to one of the other discovery mechanisms. Several brownouts of the service will take place in the weeks leading up to the removal in order for users to find places where this is still used and give them time to prepare. +{:.info} + > **Warning**: > The Docker Hub Hosted Discovery Service **is not recommended** for production use. It's intended to be used for testing/development. See the discovery backends for production use. {:.warning}