Commit Graph

289 Commits (3cafc8e6dd8b3aae0e5c3471bdeb4ca151dd2d7e)

Author SHA1 Message Date
galal-hussein 99b8222e8d Change storage to datastore
5 years ago
Erik Wilson 95ff805c98 Fix broken K3S_TOKEN env
5 years ago
Erik Wilson d4151b7739 Add the --with-node-id flag to agent
5 years ago
Erik Wilson a73f8b1773 Update check-config.sh for k3s
5 years ago
Erik Wilson e4b3730fa2 Go DNS lookup order hack
5 years ago
Erik Wilson 55c05ac500 Refactor node password location
5 years ago
Darren Shepherd 3e213d1347 Allow --debug to be set with K3S_DEBUG env var
5 years ago
Darren Shepherd 3f5fb70116 Move server arguments to experimental for dqlite related
5 years ago
Darren Shepherd e2431bdf9d Add dqlite support
5 years ago
Darren Shepherd 53d3ab074c Shrink k3s wrapper binary
5 years ago
Erik Wilson 47a94637dc Move metrics-server manifests to sub-directory
5 years ago
Erik Wilson 0fef39de65 Add default multi-arch metrics-server deployment
5 years ago
Darren Shepherd ba240d0611 Refactor tokens, bootstrap, and cli args
5 years ago
YAMAMOTO Takashi 4970d6133f Propagate DisableAgent flag
5 years ago
Erik Wilson f648a64ee3
Merge pull request #923 from AkihiroSuda/fix-rootless-kubelet-flags
5 years ago
Akihiro Suda aafccdbccb rootless: add kubelet flags automatically
5 years ago
Erik Wilson ad4ea681ce Hide the --disable-agent flag
5 years ago
Erik Wilson da3a7c6bbc Add network policy controller
5 years ago
Erik Wilson 9e14d3e470
Merge pull request #851 from MagnaXSoftware/switch-string-slice
5 years ago
Xavier Landreville 2f4a08c54d Add comma-separated no-deploy values
5 years ago
galal-hussein d2c1f66496 Add k3s cloud provider
5 years ago
galal-hussein 5ccc880ddb Add private registry to containerd
5 years ago
galal-hussein 56e0e5ad7e Add default local storage provisioner
5 years ago
Erik Wilson 6f7a1a70fa Label new flannel flags as experimental
5 years ago
Erik Wilson 959acf9c92 Add --flannel-backend flag
5 years ago
Erik Wilson 3cd807a657 Add --flannel-conf flag
5 years ago
galal-hussein b1891f445b Add master role label on startup
5 years ago
Darren Shepherd 209acb58c1 Revert CSI patch
5 years ago
Erik Wilson 5679cfafaf
Merge pull request #707 from ibuildthecloud/pr683
5 years ago
Darren Shepherd 2cb6f52339 Disable storing bootstrap information by default
5 years ago
Erik Wilson e6067314c9 Localhost -> 127.0.0.1
5 years ago
galal-hussein 1ae0c540d7 Refactor bootstrap, move kine startup code to kine, integrate kine
5 years ago
Erik Wilson 30e050a692 Cleanup logging
5 years ago
Erik Wilson a17e336993 Use go tcpproxy
5 years ago
Erik Wilson e1162c7cfa Update agent to notify systemd
5 years ago
Erik Wilson 131f3bec44
Merge pull request #619 from erikwilson/node-ip-from-flannel-iface
5 years ago
Erik Wilson a1ce08d4f1 Default node-ip from flannel-iface
5 years ago
Darren Shepherd dbb7b04c3d Add option to disable scheduler
5 years ago
Erik Wilson 853708c8ba
Merge pull request #591 from erikwilson/add-ctr
5 years ago
Erik Wilson 24b73403c7 Cleanup bootstrap
5 years ago
Erik Wilson ed72856d27 Build & enable ctr with k3s server
5 years ago
Erik Wilson 4b540f8d94 Cleanup command help text
5 years ago
galal-hussein 37582b6fac Add cert storage backend flag
5 years ago
galal-hussein 28d9d83be2 Add k3s HA bootstrap
5 years ago
Erik Wilson 2c9444399b Refactor certs
5 years ago
galal-hussein 17d8708ca5 Add storage backend flags
6 years ago
Erik Wilson 199f673676
Merge pull request #479 from galal-hussein/add_storage_backend_options
6 years ago
Darren Shepherd c0702b0492 Port to wrangler
6 years ago
Darren Shepherd 4b4dd1b59b
Merge pull request #454 from galal-hussein/node_labels_taints
6 years ago
galal-hussein e9cd8adbf6 Add Storage endpoint option
6 years ago
galal-hussein 483df6fd82 Check if server time before 1/1/1980
6 years ago
galal-hussein 930093dfe9 Expose node labels and taints and add node roles
6 years ago
haokang.ke 52f845ec84 Make pause image configurable (#345)
6 years ago
galal-hussein fae6df0df0 Change the stderr threshold for cli
6 years ago
Darren Shepherd 0e3711b8b7
Merge pull request #339 from km4rcus/cluster-domain-option
6 years ago
Darren Shepherd 08c3d0d4ef
Merge pull request #250 from yoink00/master
6 years ago
Stuart Wallace 2268e028a2 Add ability to override flannel interface
6 years ago
Marco Mancini b445bad171 Add --cluster-domain option
6 years ago
galal-hussein e5d8d72e59 Fix comment of bind address
6 years ago
Darren Shepherd 046a817818 Add rootless support
6 years ago
galal-hussein 7794528aa1 Add extra flags for server and agent components
6 years ago
Darren Shepherd 841f8d29e6 Ensure CSI is initialized properly when running agent and server combined
6 years ago
galal-hussein d255574150 Add bind address server config
6 years ago
Erik Wilson a4df9f4ab1 Kubelet resolv.conf DNS update
6 years ago
Erik Wilson 1d61576e54 Fix linting issues
6 years ago
Darren Shepherd 4463408819
Merge pull request #239 from takmatsu/add-hosts
6 years ago
Erik Wilson 2768f559c1 Fix go fmt error
6 years ago
Takeaki Matsumoto 3a6b305455 Change flag name and type
6 years ago
Takeaki Matsumoto 9551e1db21 Add advertise-address flag
6 years ago
Darren Shepherd 9a862610ac
Merge pull request #177 from erikwilson/systemd-notify
6 years ago
Erik Wilson 107b5f3985 Enable systemd ready notification for k3s server
6 years ago
Vladimir Zorin 44cce9a76f Set ClusterDNS to ServiceCIDR network address + 10 when cluster-dns is not provided
6 years ago
Vladimir Zorin 7ad03ad8b0 Add cluster-dns server arg support
6 years ago
Vladimir Zorin b8c3ff1dab Add --service-cidr server arg support
6 years ago
Darren Shepherd 0414f97c78 Revert "Enable systemd ready notification for k3s server"
6 years ago
Darren Shepherd 8acc17fcf3
Merge branch 'master' into tokenfile
6 years ago
Darren Shepherd 70e6ca4ab8 Support external CRI implementations
6 years ago
Darren Shepherd 3d113ceb2d Add agent command to server command
6 years ago
Darren Shepherd 91f9472751 Add traefik to no-deploy help text
6 years ago
Darren Shepherd e5b7d36c55 Actually pass cluster-cidr on to server
6 years ago
Darren Shepherd e28e497168 Add --token-file support
6 years ago
Erik Wilson c73e9187bb Enable systemd ready notification for k3s server
6 years ago
Darren Shepherd 01b3bb315e Fix version printing on startup
6 years ago
Darren Shepherd 529aa431d1 Adjust debug logging and write containerd logs to a file
6 years ago
Darren Shepherd 793ac4fb89 Add crictl
6 years ago
Darren Shepherd e832588662 Add embedded service load balancer
6 years ago
Darren Shepherd 400225e73d Prepopulate known IPs in TLS
6 years ago
Darren Shepherd 287e0f44c9 Prepare for initial release
6 years ago
Darren Shepherd 62c62cc7b4 Continued refactoring
6 years ago