kubeslice / examples

A repository with examples related to KubeSlice
Apache License 2.0
25 stars 12 forks source link

kind.sh on macos including calico #18

Open KRANTHI0918 opened 2 years ago

KRANTHI0918 commented 2 years ago

Updated the scripts to cover kubeslice kind cluster setup on mac os versions along Calico Installation.

kmjayadeep commented 2 years ago

looks like colima https://github.com/abiosoft/colima can create kubernetes cluster itself. Why do we need kind clusters then?

eric978 commented 2 years ago

Wow. Ok. Not sure I'd wait that long myself... but if that's what it is then that's fine.

On Tue, Jun 21, 2022 at 4:44 PM Kranthi Kumar @.***> wrote:

@.**** commented on this pull request.

In kind/kind.sh https://github.com/kubeslice/examples/pull/18#discussion_r903052174:

+kubectx $PREFIX$CONTROLLER +kubectx + +echo Install the Tigera Calico operator... +kubectl create -f https://projectcalico.docs.tigera.io/manifests/tigera-operator.yaml + +echo Install the custom resource definitions manifest... +kubectl create -f https://projectcalico.docs.tigera.io/manifests/custom-resources.yaml +sleep 120 + +echo "Check for Calico namespaces, pods" +kubectl get ns +kubectl get pods -n calico-system +echo "Wait for Calico to be Running" +namespace=calico-system +sleep=900

It's taking more than 600secs in Amazon EC2, macOS Monterey 12.4 Instances, that why updated with Sleep 900.

— Reply to this email directly, view it on GitHub https://github.com/kubeslice/examples/pull/18#discussion_r903052174, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX2CF2QJENJ4VKOUEWHXMY3VQISUJANCNFSM5ZNARS7Q . You are receiving this because your review was requested.Message ID: @.***>

eric978 commented 2 years ago

@KRANTHI0918 What's going on with this PR? Were you going to make the changes?