Skip to content

Commit

Permalink
update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kromanow94 committed May 9, 2024
1 parent 28e41e7 commit 85eac5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3>Helm</h3>
the correct order and will wait until the dependencies are ready.</p>
<ol>
<li>Create a Kubernetes cluster:<br><pre><code>kind create cluster</code></pre></li>
<li>Execute the quickstart script:<br><pre><code>curl -qs https://raw.githubusercontent.com/kromanow94/kubeflow-manifests/kubeflow-0.1.3/example/helm/quickstart.helm.sh | bash</code></pre></li>
<li>Execute the quickstart script:<br><pre><code>curl -qs https://raw.githubusercontent.com/kromanow94/kubeflow-manifests/kubeflow-0.2.0/example/helm/quickstart.helm.sh | bash</code></pre></li>
<li>Forward the istio-ingressgateway port:<br><pre><code>nohup kubectl -n istio-ingress port-forward service/istio-ingressgateway 8080:80 &</code></pre></li>
</ol>

Expand All @@ -50,7 +50,7 @@ <h3>ArgoCD Apps</h3>
Apps manifest for Kubeflow and its dependencies.</p>
<ol>
<li>Create a Kubernetes cluster:<br><pre><code>kind create cluster</code></pre></li>
<li>Execute the quickstart script:<br><pre><code>curl -qs https://raw.githubusercontent.com/kromanow94/kubeflow-manifests/kubeflow-0.1.3/example/helm/quickstart.argocd.sh | bash</code></pre></li>
<li>Execute the quickstart script:<br><pre><code>curl -qs https://raw.githubusercontent.com/kromanow94/kubeflow-manifests/kubeflow-0.2.0/example/helm/quickstart.argocd.sh | bash</code></pre></li>
<li>Forward the istio-ingressgateway port:<br><pre><code>nohup kubectl -n istio-ingress port-forward service/istio-ingressgateway 8080:80 &</code></pre></li>
</ol>

Expand All @@ -60,7 +60,7 @@ <h3>ArgoCD Apps of Apps</h3>
Apps manifest for Kubeflow and its dependencies.</p>
<ol>
<li>Create a Kubernetes cluster:<br><pre><code>kind create cluster</code></pre></li>
<li>Execute the quickstart script:<br><pre><code>curl -qs https://raw.githubusercontent.com/kromanow94/kubeflow-manifests/kubeflow-0.1.3/example/helm/quickstart.apps-of-apps.sh | bash</code></pre></li>
<li>Execute the quickstart script:<br><pre><code>curl -qs https://raw.githubusercontent.com/kromanow94/kubeflow-manifests/kubeflow-0.2.0/example/helm/quickstart.apps-of-apps.sh | bash</code></pre></li>
<li>Forward the istio-ingressgateway port:<br><pre><code>nohup kubectl -n istio-ingress port-forward service/istio-ingressgateway 8080:80 &</code></pre></li>
</ol>

Expand Down

0 comments on commit 85eac5b

Please sign in to comment.