Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Self hosted calico v3.1.3 #1397

Merged
merged 4 commits into from Jul 9, 2018

Commits on Jul 8, 2018

  1. Self hosted calico v3.1.3

    - Bump calico images for self hosted Calico (non-self hosted is EOL)
    - Include latest CRDs and RBAC for canal from https://docs.projectcalico.org/v3.1/getting-started/kubernetes/installation/flannel
    c-knowles committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    2ffdcc9 View commit details
    Browse the repository at this point in the history
  2. Link self hosted flannel images to self hosted config

    Previously the older flannel config was used and the self hosted config in cluster.yaml did nothing
    c-knowles committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    19564b3 View commit details
    Browse the repository at this point in the history
  3. Update canal comment to a reference

    Our config is dynamic so would change anyway if a user configures the versions differently
    c-knowles committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    79aca50 View commit details
    Browse the repository at this point in the history
  4. Mount calico dirs in canal and kubelet

    Fixes pod init issue similar to projectcalico/calico#1795 (comment):
    ```
    Failed create pod sandbox: rpc error: code = Unknown desc = NetworkPlugin cni failed to set up pod "xxxx" network: stat /var/lib/calico/nodename: no such file or directory: check that the calico/node container is running and has mounted /var/lib/calico/
    ```
    c-knowles committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    e537ebd View commit details
    Browse the repository at this point in the history