Remove references to Beta (#608)

This commit is contained in:
Jim Galasyn
2018-04-13 14:47:50 -07:00
parent 48d51ae55e
commit fc372fdc86
2 changed files with 2 additions and 26 deletions

View File

@@ -101,9 +101,9 @@ to schedule Kubernetes or Swarm workloads.
![](images/docker-ee-overview-3.svg){: .with-border}
- Image signing and scanning of Kubernetes apps for validating and verifying content
- Image promotion with mirroring between registries (not in Beta1)
- Image promotion with mirroring between registries
- Define policies for automating image promotions across the app development
lifecycle of Kubernetes apps (not in Beta1)
lifecycle of Kubernetes apps
## Centralized cluster management

View File

@@ -49,23 +49,6 @@ Learn about [ingress in Kubernetes](https://v1-8.docs.kubernetes.io/docs/concept
## Create a grant
> Docker EE 2.0 Beta2
>
> In Beta2, default service accounts have limited or no permissions, and all
> other service accounts have full admin-scoped privileges. Instead of creating
> a grant, create a service account named `nginx-service-account` in the
> `ingress-nginx` namespace.
>
> ```yaml
> apiVersion: v1
> kind: ServiceAccount
> metadata:
> name: nginx-service-account
> namespace: ingress-nginx
> ```
>
> Skip to the [Install the NGINX ingress controller](#install-the-nginx-ingress-controller) procedure.
The default service account that's associated with the `ingress-nginx`
namespace needs access to Kubernetes resources, so create a grant with
`Restricted Control` permissions.
@@ -101,11 +84,6 @@ main components:
Navigate to the **Create Kubernetes Object** page, and in the **Object YAML**
editor, paste the following YAML.
> Docker EE 2.0 Beta2
>
> Uncomment `serviceAccountName: nginx-service-account` to use the
> service account that you created previously.
```yaml
apiVersion: extensions/v1beta1
kind: Deployment
@@ -197,8 +175,6 @@ spec:
prometheus.io/port: '10254'
prometheus.io/scrape: 'true'
spec:
# Beta2 only: Uncomment the following line
# serviceAccountName: nginx-service-account
initContainers:
- command:
- sh