Skip to content

Commit df4099a

Browse files
Changes for Calico release v2.4.0-rc1
1 parent 21411f6 commit df4099a

File tree

185 files changed

+19044
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+19044
-1
lines changed

_config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ defaults:
6565
path: v2.3
6666
values:
6767
version: v2.3
68+
-
69+
scope:
70+
path: v2.4
71+
values:
72+
version: v2.4
+167
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
bigheader: "Getting Started"
2+
abstract: "All you need to know to get started with Calico"
3+
path: /getting-started
4+
order: 1
5+
toc:
6+
- title: Getting Started with Calico
7+
path: /getting-started/
8+
- title: Kubernetes
9+
section:
10+
- title: Overview
11+
path: /getting-started/kubernetes/
12+
- title: Installation
13+
section:
14+
- title: Introduction
15+
path: /getting-started/kubernetes/installation/
16+
- title: Hosted (via kubectl)
17+
section:
18+
- title: Introduction
19+
path: /getting-started/kubernetes/installation/hosted/
20+
- title: Standard Hosted Install
21+
path: /getting-started/kubernetes/installation/hosted/hosted
22+
- title: Kubeadm Hosted Install
23+
path: /getting-started/kubernetes/installation/hosted/kubeadm/
24+
- title: Kubernetes Datastore Hosted Install
25+
path: /getting-started/kubernetes/installation/hosted/kubernetes-datastore/
26+
- title: Integration Guide
27+
path: /getting-started/kubernetes/installation/integration
28+
- title: AWS
29+
path: /getting-started/kubernetes/installation/aws
30+
- title: GCE
31+
path: /getting-started/kubernetes/installation/gce
32+
- title: 'Vagrant/VirtualBox: CoreOS'
33+
path: /getting-started/kubernetes/installation/vagrant/
34+
- title: Tutorials
35+
section:
36+
- title: Using calicoctl
37+
path: /getting-started/kubernetes/tutorials/using-calicoctl
38+
- title: Simple Policy Demo
39+
path: /getting-started/kubernetes/tutorials/simple-policy
40+
- title: Stars Policy Demo
41+
path: /getting-started/kubernetes/tutorials/stars-policy/
42+
- title: Advanced network policy
43+
path: /getting-started/kubernetes/tutorials/advanced-policy
44+
- title: Troubleshooting / FAQ
45+
path: /getting-started/kubernetes/troubleshooting
46+
- title: Upgrade
47+
path: /getting-started/kubernetes/upgrade
48+
49+
- title: OpenShift
50+
section:
51+
- title: Installation
52+
path: /getting-started/openshift/installation
53+
54+
- title: Mesos
55+
section:
56+
- title: Overview
57+
path: /getting-started/mesos/
58+
- title: Installation
59+
section:
60+
- title: Requirements
61+
path: /getting-started/mesos/installation/prerequisites
62+
- title: Integration Guide
63+
path: /getting-started/mesos/installation/integration
64+
- title: DC/OS
65+
section:
66+
- title: Overview
67+
path: /getting-started/mesos/installation/dc-os/
68+
- title: Universe Package Install
69+
path: /getting-started/mesos/installation/dc-os/framework
70+
- title: Customize Universe Package Install
71+
path: /getting-started/mesos/installation/dc-os/custom
72+
- title: 'Vagrant/VirtualBox: CentOS'
73+
path: /getting-started/mesos/installation/vagrant-centos/
74+
- title: Tutorials
75+
section:
76+
- title: Launching Tasks
77+
path: /getting-started/mesos/tutorials/launching-tasks
78+
- title: Connecting to Tasks
79+
path: /getting-started/mesos/tutorials/connecting-tasks
80+
- title: Configuring Policy
81+
section:
82+
- title: Universal Containerizer
83+
path: /getting-started/mesos/tutorials/policy/universal-containerizer
84+
- title: Docker Containerizer
85+
path: /getting-started/mesos/tutorials/policy/docker-containerizer
86+
87+
- title: Docker
88+
section:
89+
- title: Overview
90+
path: /getting-started/docker/
91+
- title: Installation
92+
section:
93+
- title: Requirements
94+
path: /getting-started/docker/installation/requirements
95+
- title: Manual
96+
path: /getting-started/docker/installation/manual
97+
- title: 'Vagrant/VirtualBox: CoreOS'
98+
path: /getting-started/docker/installation/vagrant-coreos/
99+
- title: 'Vagrant/VirtualBox: Ubuntu'
100+
path: /getting-started/docker/installation/vagrant-ubuntu/
101+
- title: Tutorials
102+
section:
103+
- title: Security using Calico Profiles
104+
path: /getting-started/docker/tutorials/security-using-calico-profiles
105+
- title: Security using Calico Profiles and Policy
106+
path: /getting-started/docker/tutorials/security-using-calico-profiles-and-policy
107+
- title: Security using Docker Labels and Calico Policy
108+
path: /getting-started/docker/tutorials/security-using-docker-labels-and-calico-policy
109+
- title: IPAM
110+
path: /getting-started/docker/tutorials/ipam
111+
112+
- title: OpenStack
113+
section:
114+
- title: Overview
115+
path: /getting-started/openstack/
116+
- title: Installation
117+
section:
118+
- title: Overview
119+
path: /getting-started/openstack/installation/
120+
- title: Ubuntu
121+
path: /getting-started/openstack/installation/ubuntu
122+
- title: Red Hat Enterprise Linux 7
123+
path: /getting-started/openstack/installation/redhat
124+
- title: Juju Charms
125+
path: /getting-started/openstack/installation/juju
126+
- title: Fuel
127+
path: /getting-started/openstack/installation/fuel
128+
- title: DevStack
129+
path: /getting-started/openstack/installation/devstack
130+
- title: Chef
131+
path: /getting-started/openstack/installation/chef
132+
- title: Upgrade
133+
path: /getting-started/openstack/upgrade
134+
- title: Tutorials
135+
path: /getting-started/openstack/tutorials
136+
- title: Troubleshooting
137+
path: /getting-started/openstack/verification
138+
- title: IP Addressing and Connectivity
139+
path: /getting-started/openstack/connectivity
140+
- title: Use of the Neutron API
141+
path: /getting-started/openstack/neutron-api
142+
143+
- title: rkt
144+
section:
145+
- title: Overview
146+
path: /getting-started/rkt/
147+
- title: Installation
148+
section:
149+
- title: 'Manual Installation'
150+
path: /getting-started/rkt/installation/manual
151+
- title: 'Vagrant/VirtualBox: CoreOS'
152+
path: /getting-started/rkt/installation/vagrant-coreos/
153+
- title: Tutorials
154+
section:
155+
- title: Basic Network Isolation
156+
path: /getting-started/rkt/tutorials/basic
157+
- title: Troubleshooting
158+
path: /getting-started/rkt/troubleshooting
159+
160+
- title: Host Protection
161+
section:
162+
- title: Overview
163+
path: /getting-started/bare-metal/bare-metal
164+
- title: Installation
165+
section:
166+
- title: Installing Felix as a static binary
167+
path: /getting-started/bare-metal/bare-metal-install

_data/v2_4/navbars/introduction.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
bigheader: "Introduction"
2+
abstract: "Background information on Calico"
3+
path: /introduction
4+
order: 0
5+
toc:
6+
- title: Introduction
7+
path: /introduction/

_data/v2_4/navbars/reference.yml

+127
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
bigheader: "Reference"
2+
abstract: "Reference Information for Calico"
3+
path: /reference
4+
order: 3
5+
toc:
6+
- title: Reference
7+
path: /reference/
8+
- title: Supported Platforms
9+
path: /reference/supported-platforms
10+
- title: calicoctl
11+
section:
12+
- title: Overview
13+
path: /reference/calicoctl/
14+
- title: Command Reference
15+
path: /reference/calicoctl/commands
16+
section:
17+
- title: Overview
18+
path: /reference/calicoctl/commands/
19+
- title: create
20+
path: /reference/calicoctl/commands/create
21+
- title: replace
22+
path: /reference/calicoctl/commands/replace
23+
- title: apply
24+
path: /reference/calicoctl/commands/apply
25+
- title: delete
26+
path: /reference/calicoctl/commands/delete
27+
- title: get
28+
path: /reference/calicoctl/commands/get
29+
- title: config
30+
path: /reference/calicoctl/commands/config
31+
- title: ipam
32+
section:
33+
- title: Overview
34+
path: /reference/calicoctl/commands/ipam/
35+
- title: release
36+
path: /reference/calicoctl/commands/ipam/release
37+
- title: show
38+
path: /reference/calicoctl/commands/ipam/show
39+
- title: node
40+
section:
41+
- title: Overview
42+
path: /reference/calicoctl/commands/node/
43+
- title: run
44+
path: /reference/calicoctl/commands/node/run
45+
- title: status
46+
path: /reference/calicoctl/commands/node/status
47+
- title: diags
48+
path: /reference/calicoctl/commands/node/diags
49+
- title: checksystem
50+
path: /reference/calicoctl/commands/node/checksystem
51+
- title: version
52+
path: /reference/calicoctl/commands/version
53+
- title: Resource Definitions
54+
path: /reference/calicoctl/resources
55+
section:
56+
- title: Overview
57+
path: /reference/calicoctl/resources/
58+
- title: BGP Peer
59+
path: /reference/calicoctl/resources/bgppeer
60+
- title: Host Endpoint
61+
path: /reference/calicoctl/resources/hostendpoint
62+
- title: IP Pool
63+
path: /reference/calicoctl/resources/ippool
64+
- title: Node
65+
path: /reference/calicoctl/resources/node
66+
- title: Policy
67+
path: /reference/calicoctl/resources/policy
68+
- title: Profile
69+
path: /reference/calicoctl/resources/profile
70+
- title: Workload Endpoint
71+
path: /reference/calicoctl/resources/workloadendpoint
72+
- title: Setup
73+
section:
74+
- title: Overview
75+
path: /reference/calicoctl/setup/
76+
- title: etcdv2 datastore
77+
path: /reference/calicoctl/setup/etcdv2
78+
- title: kubernetes api datastore
79+
path: /reference/calicoctl/setup/kubernetes
80+
- title: calico/node
81+
section:
82+
- title: Configuration
83+
path: /reference/node/configuration
84+
- title: felix
85+
section:
86+
- title: Configuration
87+
path: /reference/felix/configuration
88+
- title: Prometheus Statistics
89+
path: /reference/felix/prometheus
90+
- title: Calico CNI Plugins
91+
path: /reference/cni-plugin/configuration
92+
- title: Calico Policy Controller
93+
path: /reference/policy-controller/configuration
94+
- title: Deploying on Public Cloud
95+
section:
96+
- title: AWS
97+
path: /reference/public-cloud/aws
98+
- title: GCE
99+
path: /reference/public-cloud/gce
100+
- title: Deploying on Private Cloud
101+
section:
102+
- title: Calico Over Ethernet Fabrics
103+
path: /reference/private-cloud/l2-interconnect-fabric
104+
- title: Calico Over IP Fabrics
105+
path: /reference/private-cloud/l3-interconnect-fabric
106+
- title: Architecture
107+
section:
108+
- title: Introduction
109+
path: /reference/architecture/
110+
- title: calico/node
111+
path: /reference/architecture/components
112+
- title: Data Path
113+
path: /reference/architecture/data-path
114+
- title: Advanced
115+
section:
116+
- title: RBAC for etcdv2
117+
path: /reference/advanced/etcd-rbac
118+
- title: System Requirements
119+
path: /reference/requirements
120+
- title: Repo Structure
121+
path: /reference/repo-structure
122+
- title: Contribute
123+
path: /reference/contribute
124+
- title: Involved
125+
path: /reference/involved
126+
- title: License
127+
path: /reference/license

_data/v2_4/navbars/releases.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
bigheader: Releases
2+
abstract: Versioning information for Calico Components
3+
path: /releases
4+
order: 4
5+
toc:
6+
- title: Releases
7+
path: /releases/

_data/v2_4/navbars/usage.yml

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
bigheader: "Usage"
2+
abstract: "How to configure and troubleshoot Calico systems"
3+
path: /usage
4+
order: 2
5+
toc:
6+
- title: Using Calico
7+
path: /usage/
8+
- title: calicoctl
9+
section:
10+
- title: Installing and Configuring calicoctl
11+
path: /usage/calicoctl/install-and-configuration
12+
- title: calico/ctl container
13+
path: /usage/calicoctl/container
14+
- title: Calico and Systemd
15+
path: /usage/configuration/as-service
16+
- title: Configuring BGP Peers
17+
path: /usage/configuration/bgp
18+
- title: Route Reflector
19+
section:
20+
- title: Configuring BIRD
21+
path: /usage/routereflector/bird-rr-config
22+
- title: The calico/routereflector container
23+
path: /usage/routereflector/calico-routereflector
24+
- title: IPv6
25+
path: /usage/ipv6
26+
- title: External Connectivity
27+
path: /usage/external-connectivity
28+
- title: Configuring IP-in-IP
29+
path: /usage/configuration/ip-in-ip
30+
- title: Configuring a Node IP Address and Subnet
31+
path: /usage/configuration/node
32+
- title: Configuring MTU
33+
path: /usage/configuration/mtu
34+
- title: Decommissioning a Node
35+
path: /usage/decommissioning-a-node
36+
- title: Configuring Conntrack
37+
path: /usage/configuration/conntrack
38+
- title: Calico for OpenStack
39+
section:
40+
- title: Configuration
41+
path: /usage/openstack/configuration
42+
- title: Detailed Semantics
43+
path: /usage/openstack/semantics
44+
- title: Floating IPs
45+
path: /usage/openstack/floating-ips
46+
- title: Service IPs
47+
path: /usage/openstack/service-ips
48+
- title: Host routes
49+
path: /usage/openstack/host-routes
50+
- title: Kuryr
51+
path: /usage/openstack/kuryr
52+
- title: Troubleshooting
53+
path: /usage/troubleshooting/
54+
- title: Logging
55+
path: /usage/troubleshooting/logging
56+
- title: Frequently Asked Questions
57+
path: /usage/troubleshooting/faq

0 commit comments

Comments
 (0)