Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for 0.14.1 and plug-in information. #253

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

q82419
Copy link
Collaborator

@q82419 q82419 commented Sep 25, 2024

No description provided.

Copy link
Member

juntao commented Sep 25, 2024

Hello, I am a PR summary agent on flows.network. Here are my reviews of code commits in this PR.


Commit 959bdde642db5eae163091b4785dbea86f0cb304

:
Please ensure that you have completed the following steps before proceeding with this setup.

  • Install the latest version of WasmEdge
  • Ensure that you have installed and setup runwasi for containerd-shim-wasmedge

Install and start Kubernetes

Run the following commands to install kubelet, kubeadm, and kubectl:

sudo apt-get update && sudo apt-get install -y apt-transport-https curl
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
cat <<EOF | sudo tee /etc/apt/sources.list.d/kubernetes.list
deb https://apt.kubernetes.io/ kubernetes-xenial main
EOF
sudo apt-get update

Continue to start Kubernetes by following the official guide for starting a Kubernetes cluster, replacing <path/to/your/kubeconfig> with the path where you downloaded and installed kubeconfig file:

sudo apt-get install -y kubelet kubeadm kubectl
sudo apt-mark hold kubelet kubeadm kubectl

@hydai hydai merged commit 6e63e2e into main Sep 25, 2024
6 checks passed
@hydai hydai deleted the yiying/0.14.1 branch September 25, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants