1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 19:25:44 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Sebastiaan van Steenis
cf2e49b277
Merge pull request #2325 from edgarlanting/patch-1
EL - Fix a typo in config.go
2021-01-14 14:25:23 +01:00
Kiran Shastri
4f062997bb Introduce ACI CNI network provider
ACI CNI supports k8s versions 1.18+
Added template and arguments for ACI CNI
Disable cloud options for ACI.
Separate generated code into another commit

Signed-off-by: Kiran Shastri <shastrinator@gmail.com>
(cherry picked from commit e94c54005e)
2020-11-17 15:29:03 -05:00
shredgar
e049237ea9
Fix typo in config.go
Fixed a small typo in `config.go` at:
```
const (
	comments = `# If you intened to deploy Kubernetes in an air-gapped environment,
# please consult the documentation on how to configure custom RKE images.`
)
```
to:
```
const (
	comments = `# If you intended to deploy Kubernetes in an air-gapped environment,
# please consult the documentation on how to configure custom RKE images.`
)
```
2020-11-11 10:29:40 +01:00
Darren Shepherd
c405e6ea1b Remove references to rancher/types 2020-07-11 23:29:33 -07:00
kinarashah
c706efdfe0 initialize metadata start of cluster config action 2019-10-22 21:48:23 -07:00
kinarashah
4b96098db0 remove windows image from rkesystemimages for rke cli 2019-09-20 10:09:46 -07:00
Luther Monson
3d73507880 added rke --quiet and config --list-version, linting refactor 2019-08-27 13:07:48 -07:00
Luther Monson
0a92b0604f changed to Debugf, removed unneeded grep 2019-08-22 16:36:15 -07:00
kinarashah
c191ed6202 use k8s version info from kontainer-driver-metadata 2019-07-03 10:04:27 -07:00
galal-hussein
9d85116568 Modify kubernetes version check to allow upgrade 2019-03-01 11:11:16 -08:00
galal-hussein
ec317d8361 Only use current versions from types 2019-01-24 12:15:47 -08:00
Jason Greathouse
a64e8f64fb honor kubernetes_version setting 2019-01-24 11:34:07 -08:00
galal-hussein
cb50672071 Generate system image list for k8s versions 2018-08-30 15:28:58 -07:00
Sebastiaan van Steenis
caa2c524a6 Misc typos/definitions 2018-07-22 08:37:25 -07:00
moelsayed
557e9a7bde Move interactive image config out of services 2018-06-18 13:25:53 -07:00
dhendel
ab61ac5499 Added prompt for addon paths and urls 2018-04-03 10:59:08 -05:00
moelsayed
eddb9ec56b Use default images from types 2018-02-26 21:30:52 +02:00
Sebastiaan van Steenis
56da1fe849 SSH port is configurable 2018-02-21 13:04:06 +01:00
galal-hussein
59182cee62 [RKE Refactor] Generate cluster and node certs 2018-02-08 20:15:36 +02:00
galal-hussein
c5d4229409 Minor fixes 2017-12-21 23:12:26 +02:00
moelsayed
2011a2cf01 Enable PodSecurityPolicy support 2017-12-20 23:15:21 +02:00
moelsayed
8ea65915d3 Enable RBAC and needed addons/network plugin configuration 2017-12-16 05:41:18 +02:00
moelsayed
c671552a27 add ignore_docker_version 2017-12-15 05:02:44 +02:00
Guangbo Chen
1cc26ee373 update misspelled common words 2017-12-09 19:53:38 +08:00
moelsayed
0ee002b2cf Add user-configurable images
Refactor configuration defaults
 Add comments to config
 Add configurable utility images
 Add configurable network plugin images
 Add configurable kubedns images
2017-12-05 20:34:54 +02:00
Darren Shepherd
df7e40188e Refactor types 2017-12-05 10:29:50 -07:00
galal-hussein
f7905e2dfd Add ssh key and path per host 2017-12-04 22:09:57 +02:00
galal-hussein
41c48877ba Structure and config changes 2017-11-28 23:55:43 +02:00
Alena Prokharchyk
e21bf80950
Merge pull request #58 from moelsayed/command_overhaul
Command overhaul
2017-11-28 11:21:53 -08:00
moelsayed
07a1441826 Command overhaul
remove cluster command
merge upgrade and up commands
rename down command
2017-11-28 21:17:57 +02:00
Sebastiaan van Steenis
462783c944 Use Rancher Kubernetes image in config 2017-11-28 14:52:48 +01:00
galal-hussein
5fd9bd1053 fix lint 2017-11-22 03:53:00 +02:00
galal-hussein
2a546f3808 Add rke config to generate configuration file 2017-11-22 03:34:46 +02:00