Activity
From 11/24/2018 to 12/23/2018
12/23/2018
- NS 11:14 PM Task #6255: Find the right settings for kubernetes in ipv6 only settings
- Only specifying the pod network without the service network stops us from changing the clusterip that is defined in calico.yaml:
- NS 10:36 PM Task #6255: Find the right settings for kubernetes in ipv6 only settings
- Modified IP in calico.yaml
- NS 02:42 PM Task #6255: Find the right settings for kubernetes in ipv6 only settings
- NS 02:03 PM Task #6255: Find the right settings for kubernetes in ipv6 only settings
- NS 01:45 PM Task #6255: Find the right settings for kubernetes in ipv6 only settings
- Using --service-cidr fails creating the cluster:
- NS 01:05 PM Task #6255: Find the right settings for kubernetes in ipv6 only settings
- Next steps:
* Test with calico
* Test with kubernetes-cni >= 0.7.0 - NS 12:57 PM Task #6255 (Rejected): Find the right settings for kubernetes in ipv6 only settings
- Testing on
* 2a0a:e5c0:2:12:400:f0ff:fea9:c401
** --pod-cidr 2a0a:e5c0:102:3::/64
** --service-cidr 2a0a:e5c0:102:6::/64
* 2a0a:e5c0:2:12:400:f0ff:fea9:c402
** --pod-cidr 2a0a:e5c0:102:4::/64
** --service-cidr 2a0a:e5c0:102:7::... - NS 07:03 PM Task #6258 (Rejected): Expose IPv6 vs. IPv4 statistics publicly
- We want to have a public website showing the amount of IPv6 vs IPv4 traffic. We should probably do a case distinction on
* internal traffic
** all servers
* external traffic
** routers only
I had a look at prometheus, but the no...