Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla committed Feb 24, 2023
1 parent 0b6ca93 commit f9018b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cri/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scripts/cluster/setup_master_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9018b0

Please sign in to comment.