Azure / kubeflow-aks

Official repository for the Kubeflow on Azure and AKS project
https://azure.github.io/kubeflow-aks/main/
MIT License
26 stars 18 forks source link

Update Documentation to Reference Latest Release Branch (v1.8-branch) #40

Closed MGTheTrain closed 3 months ago

MGTheTrain commented 4 months ago

Hi there


Issue:

Hardware Specs:

image

Steps to reproduce:

...
git clone --recurse-submodules https://github.com/Azure/kubeflow-aks.git
cd kubeflow-aks/manifests/
git checkout v1.7-branch
cd ..
cp -a deployments/vanilla manifests/vanilla
cd manifests  
while ! kustomize build vanilla | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 10; done

Outcome:

image


FIx: Update documentation (https://azure.github.io/kubeflow-aks/main/docs/deployment-options/vanilla-installation/) pointing to latest release branch (git checkout v1.8-branch ).

Outcome after fix:

image image

AdminTurnedDevOps commented 3 months ago

Confirmed this. Ran into the issue for the weekend and utilizing the v1.8 branch fixes this.

MGTheTrain commented 3 months ago

Hi AdminTurnedDevOps,

Thank you for confirming that the v1.8 branch resolves the issue you encountered over the weekend. Your input is appreciated. Given the details shared and our hopes for future updates, I'll close the GitHub issue.

Best regards,

MGTheTrain