Skip to content

Commit 6e59281

Browse files
committed
readme
1 parent f261a0a commit 6e59281

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
![alt gopher network](https://raw.githubusercontent.com/kubevirt-ui/kube-gateway/main/docs/network-side.png)
77

8-
kube-gateway-operator installs and operate [kube-gateway](https://github.com/kubevirt-ui/kube-gateway)
8+
kube-gateway-operator installs and operate [kube-gateway](https://github.com/kubevirt-ui/kube-gateway), kube-gateway allow access k8s API using time limited access tokens, kube-gateway allow usage of one time access tokens to k8s resources.
99

1010
## Build and push images
1111

@@ -21,6 +21,11 @@ IMG=quay.io/$USERNAME/kube-gateway-operator:v0.0.1 make podman-push
2121
# Deploy the operator, RBAC roles and CRDs
2222
export USERNAME=yaacov
2323
IMG=quay.io/$USERNAME/kube-gateway-operator:v0.0.1 make deploy
24+
25+
# Deploy from an example deployment yaml
26+
# Will use pre-defined images and permistions, users can also copy this file to local
27+
# directory and edit the container image used.
28+
oc create -f https://raw.githubusercontent.com/kubevirt-ui/kube-gateway-operator/main/deploy/kube-gateway-operator.yaml
2429
```
2530

2631
```bash
@@ -33,6 +38,12 @@ IMG=quay.io/$USERNAME/kube-gateway-operator:v0.0.1 make undeploy
3338

3439
Requires a secret with private key on 'kube-gateway' namespace:
3540

41+
Example files:
42+
43+
[kubegateway_v1beta1_gateserver.yaml](/config/samples/kubegateway_v1beta1_gateserver.yaml)
44+
45+
[kubegateway_v1beta1_gatetoken.yaml](/config/samples/kubegateway_v1beta1_gatetoken.yaml)
46+
3647
```bash
3748
# Use the kube-gateway namespace
3849
oc create namespace kube-gateway

0 commit comments

Comments
 (0)