From f9018b0a28aa8a4b7d49ed8ba3b5f47f0c4a2bf8 Mon Sep 17 00:00:00 2001 From: Anshal Shukla Date: Fri, 24 Feb 2023 22:38:47 +0530 Subject: [PATCH] test --- cri/Makefile | 1 + scripts/cluster/setup_master_node.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cri/Makefile b/cri/Makefile index 107c43f49..edb2b1415 100644 --- a/cri/Makefile +++ b/cri/Makefile @@ -26,6 +26,7 @@ test-cri-firecracker: ./../scripts/cloudlab/start_onenode_vhive_cluster.sh sleep 2m + cat /tmp/ctrd-logs/* kubectl get pods --all-namespaces KUBECONFIG=/etc/kubernetes/admin.conf ./../scripts/setup_zipkin.sh sleep 5s diff --git a/scripts/cluster/setup_master_node.sh b/scripts/cluster/setup_master_node.sh index 9050ab16c..10dad678c 100755 --- a/scripts/cluster/setup_master_node.sh +++ b/scripts/cluster/setup_master_node.sh @@ -65,9 +65,9 @@ kubectl create --filename $ROOT/configs/registry/docker-registry.yaml kubectl apply --filename $ROOT/configs/registry/repository-update-hosts.yaml # magic DNS -kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.9.0/serving-default-domain.yaml +kubectl apply --filename $ROOT/configs/knative_yamls/serving-default-domain.yaml -kubectl apply -f https://github.com/knative/net-istio/releases/download/knative-v1.9.0/net-istio.yaml +kubectl apply --filename https://github.com/knative/net-istio/releases/download/$KNATIVE_VERSION/release.yaml # install knative eventing kubectl apply --filename https://github.com/knative/eventing/releases/download/$KNATIVE_VERSION/eventing-crds.yaml