Skip to content

Commit ef94489

Browse files
committed
Fix broken links
1 parent 8c0f3b4 commit ef94489

File tree

5 files changed

+43
-39
lines changed

5 files changed

+43
-39
lines changed

content/en/docs/changelog/_index.md

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,52 +10,53 @@ weight = 300
1010

1111
### Changes:
1212

13-
- 🔼 Upgraded upstream Manifests to v1.6.1.
14-
- 🔼 Upgraded pipelines to v 2.0.0-alpha.6 (fixes #392).
15-
- 🔼 Updated MySQL to 8.0 (#391).
16-
- 🔨 Fixed ASM deployment issue (#389)
13+
- 🔼 Upgraded upstream `Manifests` to `v1.6.1`.
14+
- 🔼 Upgraded `pipelines` to `v2.0.0-alpha.6` (fixes [#392](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/392)).
15+
- 🔼 Updated `MySQL` to `8.0` ([#391](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/391)).
16+
- 🔨 Fixed `ASM` deployment issue ([#389](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/389))
1717
- 🔨 Minor improvements of deployment process.
18-
- 🧪 Validated deployment using GKE 1.22.
18+
- 🧪 Validated deployment using `GKE 1.22`.
1919

2020
## 1.6.0:
2121

2222
[Release notes](https://github.com/googlecloudplatform/kubeflow-distribution/releases/tag/v1.6.0)
2323

2424
### Changes:
2525

26-
- 🔼 Upgraded upstream Manifests to v1.6.0
27-
- 🔼 Upgraded ASM to v 1.14 (#385).
28-
- 🔼 Upgraded Knative to v 1.2 (#373).
29-
- 🔼 Upgraded cert-manager to v 1.5 (#372).
30-
- 🔼 Upgraded pipelines to v 2.0.0-alpha.4.
31-
- 🔼 Upgraded APIs to support GKE 1.22 (#349).
32-
- 🔨 Improved deployment stability (#371, #376, #384, #386).
33-
- 🚚 Removed deprecated kfserving, cloud-endpoints, and application manifests (#375, #377).
34-
- 🧪 Validated deployment using GKE 1.21 and GKE 1.22.
26+
- 🔼 Upgraded upstream `Manifests` to `v1.6.0`.
27+
- 🔼 Upgraded `ASM` to `v1.14` ([#385](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/385)).
28+
- 🔼 Upgraded `Knative` to `v1.2` ([#373](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/373)).
29+
- 🔼 Upgraded `cert-manager` to `v1.5` ([#372](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/372)).
30+
- 🔼 Upgraded `pipelines` to `v2.0.0-alpha.4`.
31+
- 🔼 Upgraded APIs to support `GKE 1.22` ([#349](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/349)).
32+
- 🔨 Improved deployment stability ([#371](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/371), [#376](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/376), [#384](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/384), [#386](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/386)).
33+
- 🚚 Removed deprecated `kfserving`, `cloud-endpoints`, and `application` manifests ([#375](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/375), [#377](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/377)).
34+
- 🧪 Validated deployment using `GKE 1.21` and `GKE 1.22`.
35+
3536

3637
## 1.5.1
3738

3839
[Release notes](https://github.com/googlecloudplatform/kubeflow-distribution/releases/tag/v1.5.1)
3940

4041
### Changes:
4142

42-
- 🔼 Upgraded ASM to v 1.13.
43-
- 🔨 Fixed KServe issues with dashboard (#362) and directory(#361).
44-
- 🚚 Increased the maximum length of Kubeflow cluster name (#359).
45-
- 🚚 Moved RequestAuthentication policy creation to iap-enabler to improve GitOps friendliness (#364).
46-
- 🧪 Validated deployment using GKE 1.21.11.
43+
- 🔼 Upgraded `ASM` to `v1.13`.
44+
- 🔨 Fixed `KServe` issues with dashboard ([#362](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/362)) and directory ([#361](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/361)).
45+
- 🚚 Increased the maximum length of Kubeflow cluster name ([#359](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/359)).
46+
- 🚚 Moved RequestAuthentication policy creation to `iap-enabler` to improve GitOps friendliness ([#364](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/364)).
47+
- 🧪 Validated deployment using `GKE 1.21.11`.
4748

4849
## 1.5.0:
4950

5051
[Release notes](https://github.com/googlecloudplatform/kubeflow-distribution/releases/tag/v1.5.0)
5152

5253
### Changes:
5354

54-
- 🔼 Upgrade Kubeflow components versions as listed in [components versions table](https://github.com/kubeflow/manifests/tree/v1.5.0#kubeflow-components-versions)
55-
- 🚀 Integrated with Config Controller, simplified management cluster maintenance cost, there is no need to manually upgrade Config Connector CRD.
56-
- 🚚 Switch from kfserving to KServe as default serving component, you can switch back to kfserving in `config.yaml`.
57-
- 🔨 Fixed cloudsqlproxy issue with livenessProbe configuration.
58-
- 🧪 Validated deployment using GKE 1.20.12.
55+
- 🔼 Upgrade Kubeflow components versions as listed in components versions table
56+
- 🚀 Integrated with `Config Controller`, simplified management cluster maintenance cost, there is no need to manually upgrade `Config Connector` CRD.
57+
- 🚚 Switch from `kfserving` to `KServe` as default serving component, you can switch back to `kfserving` in `config.yaml`.
58+
- 🔨 Fixed `cloudsqlproxy` issue with `livenessProbe` configuration.
59+
- 🧪 Validated deployment using `GKE 1.20.12`.
5960

6061
## 1.4.1
6162

@@ -65,9 +66,9 @@ weight = 300
6566

6667
Changes on top of v1.4.0:
6768

68-
- 🔼 Upgrade: Integrate with Kubeflow 1.4.1 manifests (kubeflow/manifests#2084)
69-
- 🔨 Fix: Change cloud endpoint images destination (#343)
70-
- 🔨 Fix: Use yq4 in iap-ingress Makefile.
69+
- 🔼 Upgrade: Integrate with Kubeflow `1.4.1` manifests ([kubeflow/manifests#2084](https://github.com/kubeflow/manifests/issues/2084))
70+
- 🔨 Fix: Change cloud endpoint images destination ([#343](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/343))
71+
- 🔨 Fix: Use `yq4` in `iap-ingress` Makefile.
7172

7273
## 1.4.0:
7374

@@ -76,12 +77,12 @@ Changes on top of v1.4.0:
7677
### Changes:
7778

7879
- 🔼 Upgrade Kubeflow components versions as listed in components versions table
79-
- 🚢 Removed GKE 1.18 image version and k8s runtime pin, now GKE version is default to Stable channel.
80+
- 🚢 Removed `GKE 1.18` image version and k8s runtime pin, now GKE version is default to `STABLE` channel.
8081
- 🌊 Set Emissary Executor as default Argo Workflow executor for Kubeflow Pipelines.
81-
- 🔼 Upgraded kpt versions from 0.X.X to 1.0.0-beta.6.
82-
- 🔼 Upgraded yq from v3 to v4.
83-
- 🔼 Upgraded ASM(Anthos Service Mesh) to 1.10.4-asm.6.
84-
- 🚀 Unblocked KFSserving usage by removing commonLabels from kustomization patch #298 #324.
85-
- 🔗 Integrated with KFServing Web App UI.
86-
- 🔗 Integrated with unified operator: training-operator.
87-
- 🪁 Simplified deployment: Removed requirement for independent installation of yq, jq, kustomize, kpt.
82+
- 🔼 Upgraded `kpt` versions from `0.X.X` to `1.0.0-beta.6`.
83+
- 🔼 Upgraded `yq` from `v3` to `v4`.
84+
- 🔼 Upgraded `ASM` (Anthos Service Mesh) to `1.10.4-asm.6`.
85+
- 🚀 Unblocked `KFSserving` usage by removing `commonLabels` from kustomization patch ([#298](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/298) and [#324](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/324)).
86+
- 🔗 Integrated with `KFServing` Web App UI.
87+
- 🔗 Integrated with unified operator: `training-operator`.
88+
- 🪁 Simplified deployment: Removed requirement for independent installation of `yq`, `jq`, `kustomize`, `kpt`.

content/en/docs/deploy/oauth-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ address to verify the user's identity.
8484
editable.)
8585
8686
Here's an example of the completed form:
87-
<img src="../../images/gke/oauth-credential.png"
87+
88+
<img src="../../images/gke/oauth-credential.png"
8889
alt="OAuth credentials"
8990
class="mt-3 mb-3 p-3 border border-info rounded">
9091

content/en/docs/deploy/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ Kubeflow deployed on Google Cloud includes the following:
2121
1. Other managed services offered by Google Cloud, such as [Cloud Storage](https://cloud.google.com/storage), [Cloud SQL](https://cloud.google.com/sql), [Anthos Service Mesh](https://cloud.google.com/anthos/service-mesh), [Identity and Access Management (IAM)](https://cloud.google.com/iam), [Config Controller](https://cloud.google.com/anthos-config-management/docs/concepts/config-controller-overview), and so on.
2222

2323
![Kubeflow on Google Cloud: central dashboard](../../images/gke/full-kf-home.png)
24+
2425
**Figure 1.** User interface of full-fledged Kubeflow deployment on Google Cloud.
2526

2627
## Management cluster
2728

2829
Kubeflow on Google Cloud employs a management cluster, which lets you manage Google Cloud resources via [Config Controller](https://cloud.google.com/anthos-config-management/docs/concepts/config-controller-overview). The management cluster is independent from the Kubeflow cluster and manages Kubeflow clusters. You can also use a management cluster from a different Google Cloud project, by assigning owner permissions to the associated service account.
2930

3031
![Kubeflow on Google Cloud: clusters hierarchy](../../images/gke/full-deployment-structure.png)
32+
3133
**Figure 2.** Example of Kubeflow on Google Cloud deployment.
3234

3335
## Deployment process

content/en/docs/pipelines/preemptible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,4 +362,4 @@ kubectl --context=${MGMTCTXT} --namespace=${KF_PROJECT} describe containernodepo
362362
## Next steps
363363

364364
* Explore further options for [customizing Kubeflow on Google Cloud](../../).
365-
* See how to [build pipelines with the SDK](https://kubeflow.org/docs/components/pipelines/sdk/).
365+
* See how to [build pipelines with the SDK](https://kubeflow.org/docs/components/pipelines/sdk/build-pipeline/).

content/en/docs/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Google Kubernetes Engine (GKE) and Google Cloud.
1616

1717
This guide covers troubleshooting specifically for [Kubeflow deployments on Google Cloud](../deploy/).
1818

19-
For more help, search for resolved issues on GitHub or create a new one in the [Kubeflow on Google Cloud repository](https://github.com/GoogleCloudPlatform/kubeflow-gke-docs/issues).
19+
For more help, search for resolved issues on GitHub or create a new one in the [Kubeflow on Google Cloud repository](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues).
2020

2121
This guide assumes the following settings:
2222

@@ -85,7 +85,7 @@ as an authorized redirect URI for the OAUTH credentials used to create the deplo
8585
* If using IAP: see the guide to
8686
[monitoring your Cloud IAP setup](../deploy/monitor-iap-setup/).
8787
* See the sections below for troubleshooting specific problems.
88-
* Please [report a bug](https://github.com/kubeflow/kubeflow/issues/new?template=bug_report.md) if you can't resolve the problem by following the above steps.
88+
* Please [report a bug](https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/new) if you can't resolve the problem by following the above steps.
8989

9090
### DNS name not registered
9191

0 commit comments

Comments
 (0)