Closed pzg250 closed 1 year ago
@JooyoungPark73 you had a problem with the keys before. could you please take a look? I thought we've fixed all of those already...
Hi @pzg250
https://github.com/vhive-serverless/vHive/blob/main/scripts/install_stock.sh#L50
can you change line 50 of install_stock.sh
sudo curl -fsSLo /etc/apt/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
to
sudo curl -fsSLo /etc/apt/keyrings/kubernetes-archive-keyring.gpg https://dl.k8s.io/apt/doc/apt-key.gpg
and rerun and check if the error persists? The key accessibility is kind of erratic from time to time, and changing URL may be required sometimes.
Please let me know if the problem persists.
Hi @JooyoungPark73 , thank you very much. It works! After install the vhive I met another issuer, will open a new ticket for that. Thanks again!
Describe the bug use 2 aws ec2 instances, ubuntu 20.04 to deploy the vHive. meeting an error at node setup script. Please tell me if more info is needed.
Appreciate any advice.
To Reproduce
Output:
Expected behavior A clear and concise description of what you expected to happen.
Logs Please add relevant excerpts from the following logs:
vhive
,firecracker-containerd
, and if used with Kubernetes additionallycontainerd
and/or other relevant logs of Kubernetes containers and setup scripts.Notes Currently, we support only Ubuntu 18 (x86) bare-metal hosts, however we encourage the users to reports Issues that appear in different settings. We will try to help and potentially include these scenarios into our CI if given enough interest from the community.