You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kube-gateway-operator installs and operate [kube-gateway](https://github.com/kubevirt-ui/kube-gateway), kube-gateway allow access k8s API using timelimited access tokens, kube-gateway allow usage of onetime access tokens to k8s resources.
8
+
The kube-gateway-operator installs and operates the [kube-gateway](https://github.com/kubevirt-ui/kube-gateway) service, which allows access to the k8s API using time-limited access tokens and usage of one-time access tokens to access k8s resources.
9
9
10
-
The operator manges service accounts, permisions, secrets needed for operatin of [kube-gateway](https://github.com/kubevirt-ui/kube-gateway) and JWT token generation for onetime k8s API access.
10
+
The operator manages service accounts, permissions, and secrets needed for the operation of the [kube-gateway](https://github.com/kubevirt-ui/kube-gateway)service and JWT token generation used for one-time k8s API access.
11
11
12
12
## Build and push images
13
13
@@ -22,18 +22,17 @@ IMG=quay.io/$USERNAME/kube-gateway-operator:v0.0.1 make podman-push
22
22
For more information about deployment options see the [deploy](/docs/deploy.md) doc.
23
23
24
24
```bash
25
-
# Deploy the operator, RBAC roles and CRDs
25
+
# Deploy the operator, RBAC roles, and CRDs
26
26
export USERNAME=yaacov
27
27
IMG=quay.io/$USERNAME/kube-gateway-operator:v0.0.1 make deploy
28
28
29
-
# Deploy from an example deployment yaml
30
-
# Will use pre-defined images and permistions, users can also copy this file to local
31
-
# directory and edit the container image used.
29
+
# Deploy from an example deployment yaml. Will use pre-defined images and permissions.
30
+
# Users can also copy this file to a local directory and edit the container image used.
0 commit comments