We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb91df commit beab7a2Copy full SHA for beab7a2
README.md
@@ -42,6 +42,19 @@ kubectl create namespace netbird
42
kubectl apply -n netbird -f https://raw.githubusercontent.com/netbirdio/kubernetes-operator/refs/heads/main/manifests/install.yaml
43
```
44
45
+### Version
46
+Latest version: v0.1.0
47
+
48
+Tested against:
49
+|Distribution|Test status|
50
+|---|---|
51
+|Google GKE|Pass|
52
+|AWS EKS|Pass|
53
+|Azure AKS|Not tested|
54
+|OpenShift|Not tested|
55
56
+> We would love community feedback to improve the test matrix. Please submit a PR with your test results.
57
58
### Usage
59
60
Check the usage of [usage.md](docs/usage.md) and examples.
0 commit comments