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

Standalone Installation #11

Merged
merged 8 commits into from
Sep 25, 2023
Merged

Standalone Installation #11

merged 8 commits into from
Sep 25, 2023

Conversation

csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented Sep 22, 2023

In this PR we add support to configure all dependencies from scratch to run the demos. This way we remove the dependency on the installation performed by the operator's ansible scripts.

In summary, in this PR we add:

  • Manual installation of all k8s related binaries: crictl, kubeadm, kubelet, and kubectl.
  • Manual build + install of our containerd fork with CNI configuration.

A very fiddly point is the pod CIDR set-up. The same value must be set in three different places:

  • kubeadm config: ./conf-files/kubeadm.conf
  • flannel config: (unmodified from upstream, uses the default 10.244.0.0/16
  • containerd CNI plugin config: ./conf-files/10-contained-net.conflist

This means that if we ever want to use a different CIDR, we'll have to track a copy of the flannel config locally.

Closes #3

@csegarragonz csegarragonz marked this pull request as draft September 22, 2023 20:57
@csegarragonz csegarragonz changed the title Knative on Kata Standalone Installation Sep 25, 2023
@csegarragonz csegarragonz marked this pull request as ready for review September 25, 2023 19:53
@csegarragonz csegarragonz merged commit 5c25ca0 into main Sep 25, 2023
@csegarragonz csegarragonz deleted the knative-coco branch September 25, 2023 19:58
konsougiou pushed a commit to konsougiou/coco-serverless-fyp that referenced this pull request Jun 19, 2024
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.

Standalone Installation
1 participant