Ciprian Hacman
ea7df00719
Run hack/update-gofmt.sh
2021-12-01 22:39:50 +02:00
Ole Markus With
f2f9b9dcbb
Determine hostnameOverride entirely in nodeup instead of passing in cloud placeholders from cloudup
2021-11-30 13:29:54 +01:00
Ole Markus With
91b40385e6
Remove redundant evaluation of hostnameOverride
...
The override is already resolved in upup/pkg/fi/nodeup/command.go
2021-11-30 11:22:02 +01:00
John Gardiner Myers
ef754ce71f
Make requests and limits be *resource.Quantity
2021-11-29 22:50:31 -08:00
Kubernetes Prow Robot
2b059a06d3
Merge pull request #12844 from bwagner5/metadata-hostname
...
Use AWS metadata to retrieve local-hostname in nodeup
2021-11-27 07:10:41 -08:00
Brandon
652eea951c
update bazel
2021-11-26 23:33:51 -06:00
Brandon
4bc48fc7b6
use metadata to retrieve instance hostname in nodeup
2021-11-26 19:24:04 -06:00
John Gardiner Myers
e4bad43098
Reverse the sense of hook enablement in v1alpha3
2021-11-25 18:45:13 -08:00
Kubernetes Prow Robot
0e56286aa3
Merge pull request #12816 from johngmyers/rename-fields-2
...
Rename fields to fit acronym conventions
2021-11-24 23:14:33 -08:00
John Gardiner Myers
03157c5894
hack/update-expected.sh
2021-11-24 17:46:00 -08:00
Kubernetes Prow Robot
a8289da46e
Merge pull request #12789 from WeTransfer/dnsopt
...
Add support for --dns flag in Docker config
2021-11-24 08:18:20 -08:00
John Gardiner Myers
b9ac79ec6e
Rename fields in v1alpha3 networking API to fit acronym convention
2021-11-22 08:07:55 -08:00
John Gardiner Myers
f4d2cb0437
Rename fields in v1alpha3 keyset API to fit acronym convention
2021-11-22 08:07:55 -08:00
John Gardiner Myers
f65ba3d9cd
Rename fields in v1alpha3 componentconfig API to fit acronym convention
2021-11-21 16:16:32 -08:00
John Gardiner Myers
5a42c10fd3
Rename fields in v1alpha3 cluster API to fit acronym convention
2021-11-21 16:16:32 -08:00
Jeff Wolski
a9ecfa47b5
Add support for --dns flag in Docker config
...
This commit adds support for the --dns flag which is provided as a
Docker daemon startup flag. The flag is used to set the IP address of
the DNS server that the daemon injects into containers. Multiple --dns
flags are supported.
2021-11-19 10:02:12 +01:00
Kubernetes Prow Robot
6c6ea761b0
Merge pull request #12712 from rifelpet/kube-proxy-go-runner
...
Migrate kube-proxy manifest to use go-runner for logging
2021-11-18 06:15:02 -08:00
Kubernetes Prow Robot
2c9183509d
Merge pull request #12699 from zetaab/hostnamesuffix
...
Add ingress hostname suffix configurable to kOps
2021-11-16 07:13:27 -08:00
Ole Markus With
bb490decb5
Do not return error when there is no error checking for cgroupfs
2021-11-15 11:15:55 +01:00
Kubernetes Prow Robot
0176f079e7
Merge pull request #12726 from johngmyers/revert-leader-migration
...
Revert leader migration
2021-11-12 22:50:48 -08:00
John Gardiner Myers
561b562a65
Revert "Update automatically generated files"
...
This reverts commit 3d5d5b38d6
.
2021-11-12 22:07:18 -08:00
Eng Zer Jun
425173ae9f
refactor: move from io/ioutil to io and os packages
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-12 15:37:18 +08:00
Peter Rifel
90d9b4e54e
Migrade kube-proxy manifest to use go-runner for logging
2021-11-11 17:14:40 -06:00
Jesse Haka
5a5390335e
fix
2021-11-09 10:40:30 +02:00
Jesse Haka
5af63f0fe8
Add ingress hostname suffix configurable to kOps
2021-11-09 10:22:05 +02:00
Kubernetes Prow Robot
e230cc95aa
Merge pull request #12676 from johngmyers/leader-migration
...
Migrate to AWS CCM in k8s 1.24
2021-11-05 23:14:51 -07:00
Ciprian Hacman
5ec40c0c32
Use chrony for synchronizing time in Ubuntu
2021-11-04 10:20:41 +02:00
John Gardiner Myers
3d5d5b38d6
Update automatically generated files
2021-11-02 23:08:03 -07:00
Peter Rifel
3442f95d59
Revert "Migrade kube-proxy manifest to use go-runner for logging"
...
This reverts commit b0e585c751
.
2021-11-02 06:48:01 -05:00
Peter Rifel
b0e585c751
Migrade kube-proxy manifest to use go-runner for logging
2021-11-01 17:01:19 -05:00
Ciprian Hacman
d1375353b0
Enable Router Advertisements for Debian 11 on ens* interfaces
2021-10-31 15:16:10 +02:00
John Gardiner Myers
5447fa62e0
Prohibit masquerading in IPv6 clusters
2021-10-30 12:57:07 -07:00
Ciprian Hacman
91e215de96
Enable Router Advertisements for Debian 11
2021-10-30 10:22:43 +03:00
John Gardiner Myers
7cb4fbe91e
Never masquerade IPv6 with Cilium
2021-10-27 23:40:02 -07:00
Ciprian Hacman
2f4bdde429
Respect any MaxPods value the user sets explicitly
...
even for AWS VPC CNI.
2021-10-25 06:39:34 +03:00
Kubernetes Prow Robot
03044b79a6
Merge pull request #12587 from justinsb/chrony_on_ubuntu_gce
...
GCE: use chrony on Ubuntu + GCE
2021-10-23 14:02:21 -07:00
Kubernetes Prow Robot
6cf33f74a0
Merge pull request #12554 from justinsb/nodeup_gossip_seed
...
gossip: Seed /etc/hosts in nodeup
2021-10-23 13:16:32 -07:00
justinsb
f54cf000fd
GCE: use chrony on Ubuntu + GCE
...
Ubuntu on GCE has systemd-timesyncd masked, and recommends (and
preconfigures) chrony instead.
2021-10-23 13:36:50 -04:00
justinsb
71264d5fec
gossip: Seed /etc/hosts in nodeup
...
In some scenarios (e.g. cilium), we rely on the internal DNS name
being available, but this isn't the case with gossip clusters.
nodeup can seed /etc/hosts for the control-plane nodes, breaking the
deadlock.
2021-10-19 09:26:07 -04:00
justinsb
c34fd83365
Add SystemGeneration to channel version tracker
...
This allows us to reapply a manifest when we introduce new
functionality, such as pruning.
Otherwise an old version can apply the manifest, mark the manifest as
applied, and we won't reapply.
2021-10-15 17:47:13 -04:00
Jesse Haka
43c5c9f9ab
Enable ingress hostname feature for OpenStack
2021-10-12 10:12:41 +03:00
John Gardiner Myers
7963b9b9ec
Remove some unused fields from v1alpha3 componentconfig
2021-10-07 23:29:53 -07:00
Kubernetes Prow Robot
fcfdbab4b1
Merge pull request #12420 from justinsb/gce_tpm
...
Support GCE TPM verification
2021-10-06 23:33:47 -07:00
Peter Rifel
f176380550
./hack/update-expected.sh
2021-10-06 08:11:04 -05:00
Peter Rifel
db639664a1
Replace klog flags with go-runner in k8s 1.23
...
These flags have been deprecated, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components
2021-10-06 08:10:20 -05:00
justinsb
4dc2c062fd
Support GCE TPM verification
2021-10-06 08:40:20 -04:00
Ciprian Hacman
71a0bcf353
Add kubescheduler.config.k8s.io/v1beta2 for k8s 1.22+
2021-10-05 10:27:02 +03:00
John Gardiner Myers
0fd4dca30e
Remove dead code
2021-10-02 20:58:55 -07:00
Ciprian Hacman
290d3d3e3d
Remove unnecessary sysctl "net.ipv6.conf.all.accept_ra=2"
2021-10-02 08:07:04 +03:00
Peter Rifel
7ce1cdc065
Set kubelet's --no-ip on IPv6-only clusters
2021-09-30 09:20:33 -05:00