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
* Update README for 1.4 (#2047)
* Update references for 1.4
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
* Add a table for the common components
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
* Update K8s version
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
* Knative: Use istio's local gateway (#2048)
By default Knative's local gateway will use the istio-ingressgateway Pod
for configuring traffic and binding VirtualServices. This means that all
in-cluster traffic will need to also pass via the ingress gateway.
We've noticed 302s from Notebooks curl-ing InferenceServices. This was
because the AuthService is authenticating all requests that go through
the ingress gateway. But since we now send in-cluster requests via the
ingress gateway this means that AuthService will also check them.
To avoid the above we provide an overlay for making Knative's local
gateway to use Istio's local gateway and not the ingress one.
See: #1966
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
* Update components of kubeflow/kubeflow for 1.4 (#2055)
* Sync with the 1.4 kubeflow/kubeflow repo
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
* Update README for 1.4
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
Copy file name to clipboardExpand all lines: README.md
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The `distributions` directory contains manifests for specific, opinionated distr
33
33
34
34
The `docs`, `hack`, and `tests` directories will also be gradually phased out.
35
35
36
-
Starting Kubeflow 1.3, all components should be deployable using `kustomize` only. Any automation tooling for deployment on top of the manifests should be maintained externally by distribution owners.
36
+
Starting from Kubeflow 1.3, all components should be deployable using `kustomize` only. Any automation tooling for deployment on top of the manifests should be maintained externally by distribution owners.
37
37
38
38
## Kubeflow components versions
39
39
@@ -43,22 +43,30 @@ This repo periodically syncs all official Kubeflow components from their respect
43
43
| - | - | - |
44
44
| Training Operator | apps/training-operator/upstream |[v1.3.0](https://github.com/kubeflow/tf-operator/tree/v1.3.0/manifests)|
Starting Kubeflow 1.3, the Manifests WG provides two options for installing Kubeflow official components and common services with kustomize. The aim is to help end users install easily and to help distribution owners build their opinionated distributions from a tested starting point:
69
+
Starting from Kubeflow 1.3, the Manifests WG provides two options for installing Kubeflow official components and common services with kustomize. The aim is to help end users install easily and to help distribution owners build their opinionated distributions from a tested starting point:
62
70
63
71
1. Single-command installation of all components under `apps` and `common`
64
72
2. Multi-command, individual components installation for `apps` and `common`
@@ -72,9 +80,9 @@ The `example` directory contains an example kustomization for the single command
72
80
73
81
### Prerequisites
74
82
75
-
-`Kubernetes` (tested with version `1.17`) with a default [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/)
83
+
-`Kubernetes` (tested with version `1.19`) with a default [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/)
-:warning: Kubeflow 1.3.0 is not compatible with the latest versions of of kustomize 4.x. This is due to changes in the order resources are sorted and printed. Please see [kubernetes-sigs/kustomize#3794](https://github.com/kubernetes-sigs/kustomize/issues/3794) and [kubeflow/manifests#1797](https://github.com/kubeflow/manifests/issues/1797). We know this is not ideal and are working with the upstream kustomize team to add support for the latest versions of kustomize as soon as we can.
85
+
-:warning: Kubeflow 1.4.0 is not compatible with the latest versions of of kustomize 4.x. This is due to changes in the order resources are sorted and printed. Please see [kubernetes-sigs/kustomize#3794](https://github.com/kubernetes-sigs/kustomize/issues/3794) and [kubeflow/manifests#1797](https://github.com/kubeflow/manifests/issues/1797). We know this is not ideal and are working with the upstream kustomize team to add support for the latest versions of kustomize as soon as we can.
78
86
-`kubectl`
79
87
80
88
---
@@ -398,8 +406,8 @@ For security reasons, we don't want to use the default password for the default
398
406
399
407
## Frequently Asked Questions
400
408
401
-
- **Q:** What versions of Istio, Knative, Cert-Manager, Argo, ... are compatible with Kubeflow 1.3? \
409
+
- **Q:** What versions of Istio, Knative, Cert-Manager, Argo, ... are compatible with Kubeflow 1.4? \
402
410
**A:** Please refer to each individual component's documentation for a dependency compatibility range. For Istio, Knative, Dex, Cert-Manager and OIDC-AuthService, the versions in `common` are the ones we have validated.
403
411
404
412
- **Q:** Can I use the latest Kustomize version (`v4.x`)? \
405
-
**A:** Kubeflow 1.3.0 is not compatible with the latest versions of of kustomize 4.x. This is due to changes in the order resources are sorted and printed. Please see [kubernetes-sigs/kustomize#3794](https://github.com/kubernetes-sigs/kustomize/issues/3794) and [kubeflow/manifests#1797](https://github.com/kubeflow/manifests/issues/1797). We know this is not ideal and are working with the upstream kustomize team to add support for the latest versions of kustomize as soon as we can.
413
+
**A:** Kubeflow 1.4.0 is not compatible with the latest versions of of kustomize 4.x. This is due to changes in the order resources are sorted and printed. Please see [kubernetes-sigs/kustomize#3794](https://github.com/kubernetes-sigs/kustomize/issues/3794) and [kubeflow/manifests#1797](https://github.com/kubeflow/manifests/issues/1797). We know this is not ideal and are working with the upstream kustomize team to add support for the latest versions of kustomize as soon as we can.
0 commit comments