All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project's packages adheres to Semantic Versioning.
18.2.0 - 2024-04-02
- Add helper script in
/opt/imds-client
to run IMDS v2 queries.
- Use IMDSv2 for max pods calculation script in ENI mode.
18.1.0 - 2024-03-04
- Added random fixed delay to etcd defragmentation timer.
18.0.0 - 2024-01-16
- Remove feature gate
TTLAfterFinished
(removed in k8s 1.25). - Remove
PodSecurityPolicy
admission plugin (removed in k8s 1.25). - Remove usage of
--logtostderr
flag that was removed upstream since 1.26. - Remove CSIMigration feature flag (enabled by default since 1.23).
- Remove etcd check in k8s-addons.
- Require k8s 1.25 and calico 1.25.
- Update calico manifests for version 1.25.
16.8.0 - 2023-12-13
- Ignore host-network pods when calculating max pods per node.
16.7.0 - 2023-10-17
- Remove references to the
restricted
PSP user as we're using PSS now.
16.6.0 - 2023-10-04
- Calculate max number of pods per node based on instance size when Cilium's ENI IPAM mode is enabled.
- Add PSP binding for CAPI roles to prepare for migration.
16.5.1 - 2023-08-24
- Changed plugin key
containerd.runtime.v1.linux
in containerd configuration for release 1.7.x.
16.5.0 - 2023-07-13
- Enable auditd systemd unit on master and worker nodes.
16.4.0 - 2023-07-04
- Added support for changing
controller-manager
terminated-pod-gc-threshold
flag- Remove hardcoded value of
10
and change default value to125
( 1% of the upstream default of12500
)
- Remove hardcoded value of
16.3.0 - 2023-06-26
- Remove etcd check in k8s-addons.
16.2.0 - 2023-05-05
- Disable ETCD compaction request from apiserver.
16.1.0 - 2023-04-04
- Allow customizing etcd's
--quota-backend-bytes
flag. - Remove
--enable-v2
flag from etcd systemd unit. - Add
--auto-compaction-mode=revision
and--auto-compaction-retention=1
to etcd unit. - Run etcd defragmentation every hour.
16.0.0 - 2023-03-31
- BREAKING bump release-operator dependency to
v4
. - Change go version to
v1.18
.
15.7.0 - 2023-03-06
- Remove
--api-endpoint
flag fromk8s-api-healthz
static pod manifest as the default value 127.0.0.1 is safe to be used now. - Enable
CronJobTimeZone
feature gate through feature flag.
15.6.0 - 2023-02-07
- Enable
CronJobTimeZone
feature gate.
15.5.0 - 2023-01-27
- Improve reliability of calico CRD installer job.
15.4.4 - 2023-01-24
- Add Docker token to avoid rate limits for pulling images.
15.4.3 - 2023-01-19
- Remove pod limit for AWS CNI if subnet prefix is enabled.
15.4.2 - 2023-01-17
- Allowed the use of all seccomp profiles for components under the restricted podsecurity policy.
- Set the default seccomp profile to runtime/default under the restricted podsecurity policy.
15.4.1 - 2023-01-17
- Allow customers to configure all
net.*
kernel parameters in pods.
15.4.0 - 2023-01-11
- Lower apiserver's cpu request to be 1/2 of the available CPUs in the VM.
15.3.0 - 2022-11-29
- Label master nodes with node-role.kubernetes.io/control-plane to comply with kubeadm/CAPI.
15.2.0 - 2022-11-24
- Add
component
label to scheduler and controller-manager's manifests.
- Add missing registry mirror to containerd config.
15.1.1 - 2022-11-03
- Remove leftover from api-server manifest.
15.1.0 - 2022-10-24
- Set CPU and Memory requests for Api server.
- Use 'MemTotal' rather than 'MemFree' to get memory limit for api server.
15.0.1 - 2022-10-11
- calico-crd-installer: Tolerate
node.cloudprovider.kubernetes.io/uninitialized
.
15.0.0 - 2022-09-07
- Automatically set
--max-requests-inflight
,--max-mutating-requests-inflight
and resource limits to API Server's manifest based on node size.
- Remove dockershim parameters from kubelet systemd unit.
- Remove --address flag from scheduler's manifest.
- Remove unused ImagePullProgressDeadline setting.
14.6.0 - 2022-10-24
- Allow specifying
--service-account-signing-key-file
and--service-account-key-file
API Server flags.
- IRSA-specific Params.
14.5.2 - 2022-10-11
- calico-crd-installer: Tolerate
node.cloudprovider.kubernetes.io/uninitialized
.
14.5.1 - 2022-08-31
- Set
SystemdCgroup
to false incontainerd
config for node pools using cgroups v1.
14.5.0 - 2022-08-30
- Check hostname is up to date on azure before starting the kubelet.
14.4.0 - 2022-08-29
- Enable authn/authz for scheduler/ccm to allow prometheus scraping metrics.
14.3.0 - 2022-08-25
- Allow disabling in-tree cloud controller manager.
14.2.1 - 2022-08-24
- Remove
aws-cni.yaml
file creation from ignition config. File is long gone from this repo and is provided by aws-operator.
14.2.0 - 2022-08-09
- Remove
giantswarm
user definition from ignition template. Same user is injected by operators when generating the ignition file.
- Use docker image instead of binary for
envsubst
.
- Don't fail while parsing release component versions if calico is not present in the Release.
14.1.2 - 2022-08-02
- Avoid setting
clusterCIDR
in kube proxy's config if calico is disabled.
14.1.1 - 2022-07-27
- Set
api-server
's--kubelet-preferred-address-types
toHostname
for AWS to fix prometheus scraping of host network pods.
14.1.0 - 2022-07-25
- Revert applying
aws-cloud-controller-manager
.
14.0.1 - 2022-07-15
- Copy
crictl.yaml
on worker nodes.
14.0.0 - 2022-07-14
- Breaking Mandatory Kubernetes Version >=v1.23 - Change liveness probe ports and metric ports of controller-manager and scheduler.
- Breaking Mandatory Kubernetes Version >=v1.23 - Change apiVersion of kubescheduler to
v1beta2
. - Breaking Use
containerd
socket instead ofdockershim
in the kubelet config. - Breaking AWS: Use external cloud provider.
- Update
pause
container to the latest image version.
13.9.1 - 2022-07-07
- Fix syntax error in k8s-addons.
13.9.0 - 2022-07-04
- Override default auditd configuration to capture
execve
syscalls.
13.8.0 - 2022-06-07
- Fixed syntax error in kube-apiserver manifest introduced in 13.7.0.
- Improve k8s-kubelet unit definition to prevent nodes from joining as 'localhost'.
13.7.0 - 2022-05-31
- For HA clusters, use the Load Balancer endpoint for etcd rather than localhost.
13.6.0 - 2022-05-23
- Switch kubelet's
cgroupDriver
tosystemd
unlessForceCgroupsV1
is set.
13.5.0 - 2022-04-19
- Add extra IRSA key args.
13.4.0 - 2022-04-04
- Added systemd unit to create VPA for kube-proxy.
13.3.0 - 2022-04-01
- Remove VPA CR for kube-proxy.
13.2.0 - 2022-04-01
- Add VPA CR for kube-proxy.
13.1.0 - 2022-03-24
- Leverage flatcar
3033.2.4
feature to make use of cgroups v1.
13.0.0 - 2022-03-23
- Bump apiextensions to
v6.0.0
. - Bump go module version in
go.mod
.
12.1.0 - 2022-03-18
- Increase max storage size for etcd to 8GB.
- Bump go module version in
go.mod
.
12.0.0 - 2022-03-15
- Bump apiextensions to
v5.0.1
, useRelease
CRD fromrelease-operator
repository, removecluster-api
dependency.
11.1.2 - 2022-02-28
- Allow
projected
volumes for therestricted
psp policy.
11.1.1 - 2022-02-18
- Fix
calico-kube-controllers
permissions fornetworkpolicies
.
11.1.0 - 2022-02-15
- Remove
rpc-statd.service
dependency onkubelet.service
onAWS
andAzure
.
11.0.1 - 2022-02-01
- Bump module version to v11.
11.0.0 - 2022-02-01
- Add feature to force cgroup v1 on Flatcar 3033.2.0 and above. This will not work with older Flatcar version.
10.16.0 - 2022-01-17
- New EC2 instance types.
10.15.0 - 2022-01-14
- Updated calico-policy-only manifests for calico 3.21.
10.14.0 - 2021-10-12
- Add net dir mount to calico-node container
10.13.0 - 2021-10-05
- Bump calico end etcd constraints.
- Add Calico Typha to
calico-all.yaml
to reduce load on Kubernetes API.
10.12.2 - 2021-09-28
- Apply
calico-policy-only
manifest whenaws-cni
is used.
10.12.1 - 2021-09-13
- Avoid running Calico datastore migration pods when Calico is in policy only mode.
10.12.0 - 2021-09-09
- Add access to networkpolicies to calico-kube-controllers service account.
10.11.0 - 2021-09-01
- Update manifests for Calico 3.19 compatibility.
- Separate Calico version constraint for policy-only deployment.
- Migrate Calico datastore from etcd to Kubernetes (KVM-only).
10.10.0 - 2021-08-25
- Temporarily re-enable
ssh-rsa
CASignatureAlgorithm
in sshd until it is fully removed
10.9.1 - 2021-08-20
- Add check to only include
InTreePluginAWSUnregister
flag if set to true.
10.9.0 - 2021-08-16
- Set
service-account-jwks-uri
api server value to align withservice-account-issuer
value
- Replace
EnableCSIMigrationAWSComplete
feature gate flag withInTreePluginAWSUnregister
10.8.1 - 2021-07-01
- Set
kernelMemcgNotification
kubelet configuration to true
10.8.0 - 2021-05-25
- Enable AWS CSI migration.
10.7.1 - 2021-05-24
- Fix tags in Worker Ignition
10.7.0 - 2021-05-20
- Added
KVMWorkerHostVolumes
in worker template.
10.6.0 - 2021-05-20
- Added
enableServer
config in kubelet config file - Propagate proxy environments to the node templates.
- Change deprecated
--dry-run
kubectl flag to--dry-run=client
in k8s-addons script
- Removed deprecated kubernetes api-server flag
--kubelet-https
- Removed deprecated kubernetes api-server flag
--insecure-port
- Removed
--enable-server
kubelet flag since it is now deprecated
10.5.0 - 2021-05-12
- Added
serviceAccountIssuer
,serviceAccountKeyFile
andserviceAccountSigningKeyFile
flags for k8s-api-server. Required in k8s v1.20
10.4.0 - 2021-05-03
- Add
--bind-address-hard-fail
flag to kubeproxy to hard fail on bind failure
- Wait for hostname to be set before running k8s-addons.
10.3.0 - 2021-04-29
- Install Calico CRDs using a separate app,
calico-crd-installer
.
10.2.1 - 2021-04-19
- Retrieve Calico CRDs using HTTPS rather than base64 embedded in the ignition to fix an issue with slow startup times.
10.2.0 - 2021-03-19
- Enable
anonymous-auth
in API server to comply with CAPI (needed bykubeadm
).
10.1.0 - 2021-02-23
- Move Calico (full and policy-only) CRDs into a separate file (
/srv/calico-crds.yaml
) and upgrade to CRD v1 API. - Set
streamingConnectionIdleTimeout
to 1hr (was previously unset, default is 4h). - Set
api-server
request timeout to 1 minute (previously unset, default is 1 minute).
- Drop bgppeer KeepOriginalNextHop default field.
10.0.0 - 2020-12-10
- Drop support for Kubernetes 1.16-1.18.
- Replace
k8s-extract-hyperkube-wrappers
andk8s-extract-binaries
scripts withk8s-extract
.
- Move scheduler config from
v1alpha1
tov1beta1
. - Rename module from
github.com/giantswarm/k8scloudconfig/v9
github.com/giantswarm/k8scloudconfig/v10
. - Trim "v" prefix from hyperkube image to match new image tag format.
9.3.0 - 2020-12-07
9.2.0 - 2020-12-01
- Remove explicit registry pull limits defaulting to less restrictive upstream settings.
runtime-cgroup
kubelet flag
9.1.3 - 2020-11-24
- Shorten
calico-node
wait timeout ink8s-addons
and add retry for faster cluster initialization. - Synchronize
calico-node
pod template labels betweencalico-all.yaml
andcalico-policy-only.yaml
. - Remove non-functional
aws-node
wait ink8s-addons
. - Remove unused Kubernetes scheduler configuration fields preventing strict YAML unmarshalling.
9.1.2 - 2020-11-23
- AWS - decrease
hostnetworkpod
count for calculating pod limit duecert-exporter
running without host network sincev1.3.0
.
9.1.1 - 2020-11-09
- Set configurable labels with
k8s-label-node
unit as well to update old labels when node identity doesn't change on upgrade.
9.1.0 - 2020-10-29
- Add dockerhub authentication for
kubelet
. - Use
root
user explicitly forkubelet
systemd unit.
9.0.0 - 2020-10-27
- Enable
kubelet
flag to protect kernel defaults - Set
scheduler
address to local address127.0.0.1
- Update apiextensions to v3 and replace CAPI with Giant Swarm fork.
- Prepare module v9.
- (KVM only) Update Calico etcd certs and hostPath mounts corresponding to changes in v8.0.4.
- Disable
kubelet
read-only port
8.0.4 - 2020-10-21
- Updated certificates used by kubelet for Calico etcd datastore to match new location in certs@v3 library.
8.0.3 - 2020-10-05
- Add timer to run
k8s-label-node.service
every hour to ensure core labels are present.
8.0.2 - 2020-09-30
- Removed extra line break when setting k8s api server arguments.
- Allow parallel download of images in kubelet templates
8.0.1 - 2020-09-17
- When calico is used only for Network Policies it will not install the CNI binaries. The CNI in each provider will take care of installing the required binaries.
- Add monitoring annotations
prometheus.io/*
andgiantswarm.io/monitoring*
to kube-proxy, k8s-scheduler, k8s-controller-manager and calico.
- Changed the path of the ETCD certificate files used in the etcdctl alias.
- Exposed some of the etcd3.service systemd unit settings via environment variables to make customizations in the configuration easier.
8.0.0 - 2020-08-11
- Added validation of versions in the cloud config Params struct. Versions outside of supported ranges will cause an error to be returned from cloud config-related functions.
- Updated backward incompatible Kubernetes dependencies to v1.18.5.
- Removed
DefaultParams
andDefaultCloudConfigConfig
functions from thetemplate
package. Defaults should be established by the consumer of the library instead.
7.0.5 - 2020-07-30
- Adjusted number of host network pods on worker node for aws-cni.
7.0.4 - 2020-07-29
- Adjusted
MAX_PODS
for master and worker nodes to max IP's per ENI when using AWS CNI.
7.0.3 - 2020-07-23
- Set etcd data dir permission to
0700
to comply with etcd 3.10.4 requirements.
7.0.2 - 2020-07-22
- Removed PV node limits for AWS as the feature gate is no longer supported in 1.17+.
7.0.1 - 2020-07-20
- Changed wrong v6 reference to use the latest v7 module.
7.0.0 - 2020-07-07
- Add
Params.RegistryMirrors
allowing to configure docker registry mirrors.
- Fail if all images do not have the same registry.
6.4.0 - 2020-07-06
- Add back registry domain configuration.
- Change
kube-apiserver
image to include certs. - Delete kube-proxy and Calico DaemonSets/Deployments with
--cascade=false
when upgrading from clusters using k8scloudconfig v6.0.3/v6.1.0 so that upgrades can continue without manual intervention.
- Remove
RegistryDomain
template parameter.
6.3.0 - 2020-06-22
- Upgrade calico to 3.14.1
- Slightly changed the configuration interface for Calico
6.2.6 - 2020-06-19
- Remove quay.io as registry mirror over security concerns
6.2.5 - 2020-06-18
- Add quay.io as docker.io mirror in dockerd config
- Use templated registry domain value for docker registry mirror
- Use
giantswarm/pause:3.1
container as pod infra container instead of default container, hosted on gcr. - Bind kubelet health check endpoint to all IPv4 addresses.
- Remove registry domain availability as we have no failover
6.2.4 2020-06-16
- Drop
clusterCIDR
fromkube-proxy
config on Azure.
- Fix worker's
$IMAGE
k8s-setup-network-env systemd unit to pick up value from.Images
instead of.Cluster
.
6.2.3 2020-06-09
- Enable felix metrics for calico policy-only manifest.
- Remove typha deployment for calico policy-only manifest.
6.2.2 2020-06-04
- Add option to set etcd initial state to 'new' or 'existing'.
- Explicitly set TLS cipher suites.
- Specify zap logger for etcd as capnslog is deprecated in v3.4.
- Fix
rpc-statd.service
not running before kubelet. - Fix regression in kubelet installation systemd unit for 1.16 clusters.
- Fix runtime cgroups configuration for kubelet.
- Remove
resourceContainer
fromkube-proxy
configuration file.
6.2.1 2020-05-26
- Add
bird-live
flag to calico node liveness probe. - RBAC permissions allowing calico node to get configmaps.
- Parameter to disable deletion of master nodes for HA masters.
6.2.0 2020-05-20
- Support for highly available etcd clusters.
- Kubernetes 1.17 compatibility.
- Remove limits from calico-kube-controllers.
6.1.1 2020-05-07
- Revert changes to deployment label selectors causing k8s-addons to fail.
6.1.0 2020-05-06
- Fix conntrack configuration structure for
kube-proxy
. - Flatten directory structure. Only the most recent version lives in this repo now. Go module version becomes synonymous with cloudconfig version.
- All cloudconfig versions prior to v6.0.0.
- Remove IC performance improvements from OS provisioning.
6.0.3 2020-04-16
- A new template variable
EnableAWSCNI
which should be set totrue
to get AWS CNI specific files/config. - Disable profiling for Controller Manager and Scheduler.
- Remove init limits from calico-node
- Limit PV per node on AWS
- Hardcode registry domain AWS
- Fix go module.
- Extract images and versions out from k8scloudconfig and make them templatable by importer.
- Switch from dep to go modules.
- Use architect orb.
- Add persistent volume node limit for AWS.
- Add
conntrackMaxPerCore
parameter inkube-proxy
manifest.
- Reserve ports
30000-32767
from ephemeral port range forkube-apiserver
use. - Make provisioning idempotent by generating
/boot/coreos/first_boot
file on every boot. - Use AWS VPC CNI for pod networking and Calico for ensuring network policies.
- Enable ':9393/metrics' prometheus endpoint in docker daemon.
5.1.1 - Unreleased
- Update Kubernetes to
1.16.7
.
5.1.0 - 2020-01-21
- Lowercase $(hostname) to match k8s node name e.g. when using with kubectl.
- Extend ignition with debug options.
5.0.0 - 2020-01-02
- Moved kubelet from container to host process (
--containerized
flag is removed in Kubernetes 1.16). - Changed
restricted
PodSecurityPolicy to restrict the allowed range of user IDs for PODs. - Update Kubernetes to
1.16.3
. - Update Calico to
3.10.1
along with corresponding RBAC rules. - Update etcd to
3.3.17
. - Update
calicoctl
(debug tool) to3.10.1
. - Update
crictl
(debug tool) to1.16.1
. - Clean up k8s-addons (use system
kubectl
, avoidkubectl get cs
). - Apply kubelet restricted role labels using new systemd service.
- Increase
fs.inotify.max_user_instances
to 8192. - Change Priority Class for
calico-node
tosystem-node-critical
. - Use registry domain for k8s-api-healthz and wait for domains script for AWS China.
- Add eviction hard setting for image file system in kubelet.
- Add Deny All as default Network Policy in
kube-system
andgiantswarm
namespaces.
4.9.2 - 2020-04-15
- Remove debug profiling from Controller Manager and Scheduler
4.9.1 - 2020-03-10
- Add
conntrackMaxPerCore
parameter inkube-proxy
manifest.
- Remove limit of calico node init container.
4.9.0 - 2019-10-17
- Bind kube-proxy metrics address to 0.0.0.0 instead of default 127.0.0.1 in config file.
- Remove Calico Node limits.
- Update Kubernetes to
1.15.5
(including CVE-2019-11251). - Update Calico to
3.9.1
. - Update etcd to
3.3.15
. - Update
calicoctl
(debug tool) to3.9.1
. - Update
crictl
(debug tool) to1.15.0
. - Change
calico-node
DaemonSet
fromv1beta1
tov1
. - Change
calico-kube-controllers
Deployment
fromv1beta1
tov1
. - Use
/bin/calico-node -felix-live
forcalico-node
liveness probe instead ofhttpGet
. - Generally minimize differences between Calico v3.9 yaml and
calico-all.yaml
.
4.8.1 - 2019-12-31
- Update Kubernetes to 1.14.10, includes fixes for CVE-2019-11253 and some Azure fixes.
- Increase
fs.inotify.max_user_instances
to 8192.
- Add k8s-api-healthz service to master node to enable proper LB health checks to api and etcd.
- Set api-server listen address to 0.0.0.0.
- Enable TTLAfterFinished feature gate. This allows a TTL controller to clean up jobs after they finish execution.
- Update kubernetes to 1.14.6, includes fixes for CVE-2019-9512, CVE-2019-9514
- Update calico to 3.8.2
- Systemd unit, which sets certificates group owner to
giantswarm
, so that cert-exporter running as usergiantswarm
is able to read certificates.
- Mount relevant directories so that the command
docker
can run inKubelet
. This is needed forrbd
to mountCeph
volumes on the nodes. - Add explicit cgroups for finer grained resources management over operating system components and container runtime.
- Make --image-pull-progress-deadline configurable for kubelets so a longer duration can be used in AWS China regions to mitigate slow image pulls.
- Harden
restricted
podsecuritypolicy.
- Update
giantswarm-critical
priority class manifest to usev1
stable.
- Update kubernetes to 1.14.5 CVE-2019-1002101, CVE-2019-11246
- Add configuration necessery for generic support of rbd storage.
- Add
name
label forkube-system
anddefault
namespaces.
- Change Felix configuration to add metric server and expose data to be scraped for prometheus.
- Add
k8s-app
label forapi-server
,controller-manager
andscheduler
. - Harden SSH config and tuned networking kernel settings
- Update kubernetes to 1.14.3
- Update calico to 3.7.1
- Update etcd to 3.3.13.
- Update kubernetes to 1.14.1
- Update calico to 3.6.1
- Change node labels for master and workers
- Update kube-proxy and calico to tolerate every taint effects and CriticalAddonsOnly
- Add managed giantswarm label to calico daemonset
- Fix race condition issue with systemd units.
- Remove
UsePrivilegeSeparation
option from sshd configuration.
- Pin calico-kube-controllers to master.
- Fix calico-node felix severity log level.
- Enable
serviceaccount
controller in calico-kube-controller. - Remove 'staticPodPath' from worker kubelet configuration.
- Update kubernetes to 1.13.4 CVE-2019-1002100
- Intall calicoctl, crictl and configure etcctl tooling in masters.
- Update kubernetes to 1.13.3.
- Update etcd to 3.3.12.
- Update calico to 3.5.1.
- Add fine-grained Audit Policy
- Update kubernetes to 1.12.6 CVE-2019-1002100
3.8.0 WIP
- Update kubernetes to 1.12.6 CVE-2019-1002100
- Switched from cloudinit to ignition.
- Double the inotify watches.
- Switch kube-proxy from
iptables
toipvs
. - Add worker node labels.
- Increase timeouts for etcd defragmentaion.
- Ingress Controller and CoreDNS manifests. Now migrated to chart-operator.
- Removed nodename_file_optional from calico configmap.
- Update kubernetes to 1.12.6 CVE-2019-1002100
- Double the inotify watches.
- Removed nodename_file_optional from calico configmap.
- update kubernetes to 1.12.3 (CVE-2018-1002105)
- Update
libreadline
version
- update kubernetes to 1.11.5 (CVE-2018-1002105)
- update kubernetes to 1.10.11 (CVE-2018-1002105)
- Update
libreadline
version
- Remove the old master from the k8s api before upgrading calico (k8s-addons)
- Wait until etcd DNS is resolvable before upgrading calico. Networking pods crashlooping isn't fun!
- The pod priority class for calico got lost. We found it again!
- kube-proxy is now installed before calico during cluster creation and upgrades.
- Updated Kubernetes to 1.12.2
- Updated etcd to 3.3.9
- Kubernetes and etcd images are now held in one place
- Updated audit policy version
- Moved audit policy out of static pod path
- Updated rbac resources to v1
- Remove static pod path from worker nodes
- Remove readonly port from kubelet
- Add DBUS socket and ClusterCIDR to kube-proxy
- Updated Calico to 3.2.3
- Updated Calico manifest with resource limits to get QoS policy guaranteed.
- Enabled admission plugins: DefaultTolerationSeconds, MutatingAdmissionWebhook, ValidatingAdmissionWebhook.
- Use patched GiantSwarm build of Kubernetes (
hyperkube:v1.11.1-cec4fb8023db783fbf26fb056bf6c76abfcd96cf-giantswarm
).
- Added template flag for removing CoreDNS resources (will be managed by chart-operator).
- Updated Kubernetes (hyperkube) to version 1.11.1.
- Updated Calico to version 3.2.0.
- Disabled HSTS headers in nginx-ingress-controller.
- Added separate parameter for disabling the Ingress Controller service manifest.
- Added SSO public key into ssh trusted CA.
- Added RBAC rules for node-operator.
- Added RBAC rules for prometheus.
- Enabled monitoring for ingress controller metrics.
- Parameterize image registry domain.
- Set "worker-processes" to 4 for nginx-ingress-controller.
- Added
--feature-gates=CustomResourceSubresources=true
to enable status subresources for CRDs.
- Add memory eviction thresholds for kubelet in order to preserve node in case of heavy load.
- Updated etcd version to 3.3.8
- Added parameter for disabling Ingress Controller related components.
- Increased start timeout for k8s-kubelet.service.
- Remove Nginx version from
Server
header in Ingress Controller - Updated hyperkube to version 1.10.4.
- Updated hyperkube to version 1.10.2 due to regression in 1.10.3 with configmaps.
- Removed node-exporter related components (will be managed by chart-operator).
- Changed some remaining images to be pulled from Giant Swarm's registry.
- Updated Alpine sidecar for Ingress Controller to version 3.7.
- Fixed mkfs.xfs for containerized kubelet.
- Updated Kubernetes (hyperkube) to version 1.10.3.
- Updated hyperkube to version 1.10.2.
- Removed kube-state-metrics related components (will be managed by chart-operator).
- Changed node-exporter to have named ports.
- Added RBAC rules for configmaps, secrets and hpa for kube-state-metrics.
- Synced privileged PSP with upstream (adding all added capabilities and seccomp profiles)
- Downgraded hyperkube to version 1.9.5.
- Updated kube-state-metrics to version 1.3.1.
- Updated hyperkube to version 1.10.1.
- Changed kubelet bind mount mode from "shared" to "rshared".
- Disabled etcd3-defragmentation service in favor systemd timer.
- Added /lib/modules mount for kubelet.
- Updated CoreDNS to 1.1.1.
- Fixed node-exporter running in container by adjusting host mounts.
- Updated Calico to 3.0.5.
- Updated Etcd to 3.3.3.
- Added trusted certificate CNs to aggregation API allowed names.
- Disabled SSL passthrough in nginx-ingress-controller.
- Removed explicit hostname labeling for kubelet.
- Removed docker flag "--disable-legacy-registry".
- Removed calico-ipip-pinger.
- Masked systemd-networkd-wait-online unit.
- Makes injection of Kubernetes encryption key configurable.
- Enabled volume resizing feature.
- Updated Kubernetes with version 1.9.5.
- Updated nginx-ingress-controller to version 0.12.0.
- Removed hard limits from core kubernetes components.
- Removed set-ownership-etcd-data-dir.service.
- Added priority classes core-components, critical-pods and important pods.
- Added Guaranteed QoS for api/scheduler/controller-manager pods by assigning resources limits.
- Enabled aggregation layer in Kubernetes API server.
- Ordered Kubernetes cluster components scheduling process by assigning PriorityClass to pods.
- Added calico-ipip-pinger.
- Change etcd data path to /var/lib/etcd.
- Fix
StartLimitIntervalSec
parameter location inetcd3
systemd unit. - Add
feature-gates
flag in api server enablingExpandPersistentVolumes
feature. - Updated calico to 3.0.2.
- Updated etcd to 3.3.1.
- Tune kubelet flags for protecting key units (kubelet and container runtime) from workload overloads.
- Updated nginx-ingress-controller to 0.11.0.
- Updated coredns to 1.0.6.
- Systemd units for Kubernetes components (api-server, scheduler and controller-manager) replaced with self-hosted pods.
- Add encryption config template for API etcd data encryption experimental feature.
- Add tests for template evaluations.
- Allow adding extra manifests.
- Allow extract Hyperkube options.
- Allow setting custom K8s API address for master nodes.
- Allow setting etcd port.
- Add node-exporter.
- Add kube-state-metrics.
- Unify CloudConfig struct construction.
- Update calico to 3.0.1.
- Update hyperkube to v1.9.2.
- Update nginx-ingress-controller to 0.10.2.
- Use vanilla (previously coreos) hyperkube image.
- kube-dns replaced with CoreDNS 1.0.5.
- Fix Kubernetes API audit log.
- Remove calico-ipip-pinger.
- Remove calico-node-controller.
- Add fix for scaled workers to ensure they have a kube-proxy.
- Fix audit logging.
- Disable API etcd data encryption experimental feature.
- Updated calico to 2.6.5.
- Removed calico-ipip-pinger.
- Removed calico-node-controller.
- Use Cluster type from https://github.com/giantswarm/apiextensions.
- Disable API etcd data encryption experimental feature.