1
0
mirror of https://github.com/rancher/types.git synced 2025-08-14 02:35:19 +00:00
Commit Graph

1177 Commits

Author SHA1 Message Date
gitlawr
d499bc5d50 Fix norman type in UpdateMultiClusterAppTargetsInput answers
Problem:
The answers field is marked as reference. As a result, The generated field gets a wrong type(304eef54e2/client/management/v3/zz_generated_update_multi_cluster_app_targets_input.go (L10))

Solution:
Remove norman type of answers field
2019-02-19 17:29:02 -08:00
rajashree
d0b7740d20 Make global DNS provider namespaced 2019-02-19 13:28:07 -08:00
rajashree
fba6799b44 generated changes 2019-02-19 13:28:07 -08:00
kinarashah
59b8267bac add state to target of multiclusterapp 2019-02-15 16:26:13 -08:00
Daishan Peng
dc275ce6be Generated files 2019-02-15 13:15:06 -07:00
Daishan Peng
54b4503178 Update catalog types for disk caching
Add a new catalog condition for migrating catalog and templates to
remove files and questions, and new variables on template version for
easy retrieval from cache. Mark parameters that are injected with the
formatter as nocreate/noupdate. Adds comments for deprecated items.

For rancher/rancher/issues/14322
2019-02-15 13:15:06 -07:00
Guangbo Chen
e3530b8b33 add valuesYaml to the catalog upgrade action 2019-02-15 12:31:54 -07:00
Frank Mai
003b587a64 Go generated 2019-02-14 09:45:45 -07:00
frank
abe9de4bb8 Enrich Monitoring Actions
- Add viewMonitoring & editMonitoring actions
2019-02-14 09:45:45 -07:00
Prachi Damle
5e88ec40a3 Add TTL to GlobalDNS 2019-02-13 14:55:07 -08:00
Nathan Jenan
8834124510 Adding schema version field to track what dynamic schema a schema was created from
This change adds a schema version field so that we can track what resource
version of a dynamic schema a schema was created from, to minimize the amount
of updates we need to do.

Issue:
https://github.com/rancher/rancher/issues/17712
2019-02-13 14:39:56 -07:00
Frank Mai
8206f5d59b Go generated 2019-02-13 09:56:17 -07:00
frank
100c3ef953 Support to rollback local chart app deployment
**Problem:**
Cannot rollback local chart app without files recording

**Solution:**
Add `Files` field to `AppRevisionStatus`
2019-02-13 09:56:17 -07:00
frank
7942887103 Support to upgrade local chart app deployment
**Problem:**
Cannot upgrade app with local template files

**Solution:**
Add `Files` field to `AppUpgradeConfig`

**Issue:**
https://github.com/rancher/rancher/issues/15711
2019-02-13 09:56:17 -07:00
Guangbo Chen
90acd2d810 added valuesYaml field to catalog apps 2019-02-12 18:27:55 -07:00
Alena Prokharchyk
c073d24484 Corrected json tag for AlwaysPullImages 2019-02-12 16:43:50 -08:00
orangedeng
5adbda7735 go generate 2019-02-12 14:18:04 -08:00
gitlawr
2c58759d05 Add globaldns system images 2019-02-12 14:18:04 -08:00
gitlawr
856db7f1e1 Add alidns provider config for globaldns 2019-02-12 14:18:04 -08:00
Aiwantaozi
60be9b9176 update vendor 2019-02-12 10:29:41 -07:00
Aiwantaozi
b392a0161b Update negative field to positive field
Problem:
excludeSystemComponent is a negative field

Solution:
change to includeSystemComponent and use true as default

Issue:
https://github.com/rancher/rancher/issues/15555
2019-02-12 10:29:41 -07:00
Sebastiaan van Steenis
1d346f8e7d Correct AWS cloud provider parameter name for ini style 2019-02-11 15:25:48 -08:00
Alena Prokharchyk
0789e55346 Align 1.11.6 system images with 2.1 release 2019-02-11 15:07:02 -08:00
gitlawr
0c881ced7e Bump pipeline-tools version 2019-02-11 13:05:22 -07:00
Aiwantaozi
7247d13971 Add target type and cert for custom target config
Problem:
user may need cert when input custom config

Solution:
add cert for custom config

Issue:
https://github.com/rancher/rancher/issues/176965
2019-02-11 13:04:53 -07:00
Sebastiaan van Steenis
3152022f25 go generate 2019-02-11 11:41:57 -08:00
Sebastiaan van Steenis
0a5a1dc60f Add AWS cloudprovider cfg 2019-02-11 11:41:57 -08:00
Aiwantaozi
d74629c9e2 Add use tls config for syslog logging target
Problem:
can't identify whether the target use tls or not

Solution:
add enable tls field
2019-02-11 12:26:34 -07:00
rajashree
7746d46d67 RBAC changes for globalDNS and multiclusterapp
1.Change member access types to match project/cluster roles: owner,member,read-only
2.Make projectIDs non updatable for globalDNS and multiclusterapp, add actions to update them
3.Make multiclusterappID non updatable for globalDNS, add action to update it
4.Add roles to multiclusterapp that reference roleTemplates
2019-02-08 21:10:05 -08:00
rajashree
304eef54e2 Generated changes 2019-02-08 21:10:05 -08:00
galal-hussein
676e9776a2 go generate 2019-02-08 13:20:16 -08:00
galal-hussein
05c0a0a7a9 Add rotate certificate output 2019-02-08 13:20:16 -08:00
kinarashah
d8b411ad21 go generate 2019-02-07 11:43:24 -08:00
kinarashah
3c48ece2e0 add name and description for cloud credential 2019-02-07 11:43:24 -08:00
Alena Prokharchyk
a3c9a8f461 Generated changes 2019-02-05 09:22:10 -08:00
Alena Prokharchyk
2b0e3415a4 Default container limit on a namespace 2019-02-05 09:22:10 -08:00
moelsayed
2c7554d1de Set snapshot to false 2019-02-01 13:15:23 -08:00
Alena Prokharchyk
81075bc782 Global dns: marking required fields 2019-01-30 15:07:14 -08:00
galal-hussein
8c8ab0f639 go generate 2019-01-30 14:25:56 -08:00
galal-hussein
2476a1dd6b change the enabled type for loadbalancer capabilities 2019-01-30 14:25:56 -08:00
moelsayed
68de51b62a add rancher/rke-tools:v0.1.23 2019-01-29 15:30:33 -08:00
gitlawr
917273b016 Add resource configurations in pipeline step 2019-01-29 15:19:17 -08:00
Alena Prokharchyk
0ad2733a32 minLength to global dns api fields 2019-01-29 14:06:35 -08:00
Alena Prokharchyk
405663c671 Global dns fields not nullable 2019-01-29 12:37:49 -08:00
Craig Jellick
8eb7ef24c5 Add service account migrate condition 2019-01-29 05:28:05 -07:00
Alena Prokharchyk
cfc0a19cd5 Required tag on glboal dns provider 2019-01-28 20:03:32 -08:00
moelsayed
53be67a82d add rancher/rke-tools:v0.1.22 2019-01-28 15:00:27 -08:00
Bernard Wagner
40653ba993 Add support for SSH certificate authentication 2019-01-28 10:18:47 -08:00
Prachi Damle
52a935b2d4 generated changes 2019-01-25 13:38:05 -08:00
Prachi Damle
e7054a0f04 Adding Cluster scoped endpoints for GlobalDNS 2019-01-25 13:38:05 -08:00
Guangbo Chen
37925a3b66 added forceupgrade condition for catalog apps 2019-01-25 09:58:38 -07:00
orangedeng
ac05260398 Remove SliceToMap mapper for ingress rule 2019-01-25 08:46:28 -07:00
kinarashah
1e6b3e4c5f go generate 2019-01-24 11:57:32 -08:00
kinarashah
b5f3a23193 credential type 2019-01-24 11:57:32 -08:00
orangedeng
129266c375 Update Ingress controller version
For k8s v1.12.5-rancher1-1, update ingress to 0.21.0-rancher1
2019-01-23 15:22:23 -08:00
Jason Greathouse
6879c8f808 default to 1.13.1, add 1.12.5, vars for rke 2019-01-23 12:13:32 -08:00
Aiwantaozi
098af91821 Add logging kafka sasl support
Problem:
Need add sasl support for kafka in logging

Solution:
Add plain and scram kafka sasl support

Issue:
https://github.com/rancher/rancher/issues/16614
2019-01-23 09:16:43 -07:00
galal-hussein
737205cf64 go generate 2019-01-22 15:19:15 -08:00
galal-hussein
e5e9d6fbf3 Add cloudflare provider config to global dns 2019-01-22 15:19:15 -08:00
Sebastiaan van Steenis
0557448cff go generate 2019-01-22 10:00:02 -08:00
Sebastiaan van Steenis
e1d14d99e5 Add DNS provider config and CoreDNS images 2019-01-22 10:00:02 -08:00
galal-hussein
0fc5fb4f58 Upgrade k8s 1.12 to 1.12.5 and weave 2019-01-21 13:42:13 -08:00
galal-hussein
ca63a1de36 Copy k8s 1.12.4 2019-01-21 13:42:13 -08:00
orangedeng
074a619617 Add field source for Setting 2019-01-21 09:26:30 -07:00
moelsayed
ca1efcec97 rancher/rke-tools:v0.1.21 2019-01-15 09:52:19 -08:00
rajashree
3db19c7916 Make template and templateVersion namespaced 2019-01-15 09:47:42 -08:00
rajashree
35e65403b5 Generated changes 2019-01-15 09:47:42 -08:00
Erik Wilson
eb49d0d119 Update generated code 2019-01-15 10:42:24 -07:00
Erik Wilson
5b16067c27 Revamp cluster auth specific variables into struct
Moves cluster spec variables needed for authentication into a new
LocalClusterAuthEndpoint structure, and defaults enabled to true.
2019-01-15 10:42:24 -07:00
Aiwantaozi
771d9ad9fa generate code 2019-01-14 21:43:31 -07:00
Aiwantaozi
8bcbea18a1 Add include system component log or not
Problem:
Now we could not exclude system component log from all log in cluster level

Solution:
Add include system component log flag
2019-01-14 21:43:31 -07:00
moelsayed
26acdceadb Rename backupConfig 2019-01-14 16:33:25 -08:00
rajashree
e5c5cd0491 Generated changes 2019-01-13 23:27:53 -08:00
rajashree
ea09108c88 Add members to GlobalDNSProvider for RBAC 2019-01-13 23:27:53 -08:00
Max Korp
e9b64dbd6b Add auth refresh to actions 2019-01-11 13:46:34 -07:00
kinarashah
fb9250553f go generate 2019-01-10 11:56:42 -08:00
kinarashah
167329b41c add new fields and action to multi cluster app 2019-01-10 11:56:42 -08:00
rajashree
93dc9ff0d6 RBAC for multiclusterapp and globalDNS 2019-01-10 11:08:49 -08:00
rajashree
ccaf175432 Generated changes 2019-01-10 11:08:49 -08:00
gitlawr
eda6aff214 rename catalog field to catalogTemplate in applyApp/publishCatalog step config 2019-01-09 18:32:30 -08:00
Fyery
0fe6b540ae go generate 2019-01-08 21:19:15 -08:00
Fyery
38ff6b5c9e support okta authentication 2019-01-08 21:19:15 -08:00
galal-hussein
a59ea16f50 Update kubernetes to v1.13 calico and ingress controller 2019-01-08 13:16:25 -08:00
galal-hussein
6614cb03d8 Add new Versions 2019-01-08 13:16:25 -08:00
Jason Greathouse
17e2c13330 alwaysPullImages and cadvisor port default 2019-01-07 09:28:05 -08:00
moelsayed
ec760736be rke-tools:v0.1.20 2019-01-04 14:26:15 -08:00
moelsayed
4bbd2dbd8d generated code 2019-01-03 16:49:57 -08:00
moelsayed
c38be11d77 etcd backup types 2019-01-03 16:49:57 -08:00
Erik Wilson
db4a9fe544 generated 2019-01-03 11:28:37 -07:00
Erik Wilson
8cac937266 cluster auth token type changes 2019-01-03 11:28:37 -07:00
Alena Prokharchyk
918e3096ba 1.12.4 and 1.10.12 k8s support 2019-01-02 23:55:52 -08:00
Alena Prokharchyk
327e716a1d base copy 2019-01-02 23:55:52 -08:00
Aiwantaozi
f9aa428925 Add require for some metric alert field
Problem:
1. default value for float return zero string
2. we need threshold value to build alert expression, some fields should be required

Solution:
1. fix float type default value in norman
2. add required to some metric rule fields
2019-01-02 21:44:35 -08:00
loganhz
3ba50684a6 go generate 2019-01-02 08:54:41 -07:00
loganhz
38e1530406 Support WeChat as notifier
Feature:
Now we don't support WeChat as a notifier. So user can not send the alert to wechat. We needto support it

https://github.com/rancher/rancher/issues/17121
2019-01-02 08:54:41 -07:00
kinarashah
34d49d1c94 correct toleration field name 2018-12-20 20:54:37 -08:00
galal-hussein
522fc4d7b1 Add yaml annotation to rotate flag to rkeconfig 2018-12-20 13:49:58 -08:00
Alena Prokharchyk
998cd5bca8 rke tools to v0.1.18 for k8s 1.11.6 and 1.12.3 2018-12-19 21:47:09 -08:00
gitlawr
b86e0a039b generated 2018-12-19 17:12:40 -08:00
gitlawr
a2f8f8ffc8 add publish catalog/deploy catalog app step 2018-12-19 17:12:40 -08:00
Alena Prokharchyk
c8e028e67a k8s 1.11.6 support 2018-12-18 21:47:20 -08:00
Alena Prokharchyk
cf802635be k8s 1.11.5 to 1.11.6 - base copy 2018-12-18 21:47:20 -08:00
galal-hussein
727109dbf5 go generate 2018-12-18 12:58:37 -08:00
galal-hussein
2d5dcebc24 Add rotate certificate type 2018-12-18 12:58:37 -08:00
Darren Shepherd
b6a9d9c737
Merge pull request #653 from ibuildthecloud/master
Update patch
2018-12-17 16:22:04 -07:00
Darren Shepherd
2092df3a6f Update generate code 2018-12-17 16:09:36 -07:00
Max Korp
b0c70e35cf go generate 2018-12-12 10:10:22 -07:00
Max Korp
c50d24d4b9 Add changes for auth refresh 2018-12-12 10:10:22 -07:00
moelsayed
c0e0d4dd2b upgrade to v1.11.5-rancher1-1, v1.10.11-rancher1-1 2018-12-05 15:27:22 -08:00
moelsayed
83b5173f93 copy over v1.11.3-rancher1-1, v1.10.5-rancher1-2 2018-12-05 15:27:22 -08:00
orangedeng
e4937e956d go generate 2018-12-04 06:20:41 -07:00
orangedeng
4db16000d6 Support Workload Metrics Monitoring 2018-12-04 06:20:41 -07:00
orangedeng
4eaac631fa Support Monitoring Graph 2018-12-04 06:20:41 -07:00
orangedeng
41b69d549b Enable monitoring 2018-12-04 06:20:41 -07:00
orangedeng
7e9e19dd37 Alerting enhancemant 2018-12-04 06:20:41 -07:00
orangedeng
25fb96b983 Add Prometheus operrator crds into schema 2018-12-04 06:20:41 -07:00
Nathan Jenan
3775fd11c9 Go generate 2018-11-30 14:09:21 -07:00
Nathan Jenan
400a07bd51 Pluggable driver types
This change gives rancher the ability to accept pluggable kontainer engine drivers
by adding the necessary types and removing the driver specific types.

Issue:
rancher/rancher#12698
2018-11-30 14:09:21 -07:00
kinarashah
d5576ed676 make samlconfig's spKey of type password 2018-11-30 10:53:22 -08:00
gitlawr
86cb36ea85 generated 2018-11-29 20:45:32 -08:00
gitlawr
293e6c4a6d add pipeline notification config 2018-11-29 20:45:32 -08:00
Prachi Damle
2679cafa40 generated changes for GlobalDNS 2018-11-29 16:57:40 -08:00
Prachi Damle
9244fec8ed GlobalDns CRD changes 2018-11-29 16:57:40 -08:00
Alena Prokharchyk
eca6b068ee k8s 1.12.3 as default 2018-11-29 13:00:46 -08:00
Mike Kelley
4e42af6f1e Generated Code 2018-11-29 11:35:34 -08:00
Mike Kelley
ecd1e3b3fb Add support for weave password 2018-11-29 11:35:34 -08:00
Aiwantaozi
e785b79ea9 update image 2018-11-29 09:12:31 -08:00
rajashree
5ca2348448 Generated changes 2018-11-28 17:18:35 -08:00
rajashree
cd3f68581c Add multi cluster app crd 2018-11-28 17:18:35 -08:00
Nathan Jenan
6ee2ac1678 Re-running go generate after revert commit 2018-11-27 17:53:52 -07:00
Nathan Jenan
7bd01e2984 Revert "Pluggable driver types"
This reverts commit 216385b63e.
2018-11-27 17:53:52 -07:00
Nathan Jenan
d4684eb26d Generated code 2018-11-27 10:50:11 -07:00
Nathan Jenan
216385b63e Pluggable driver types
This change gives rancher the ability to accept pluggable kontainer engine drivers
by adding the necessary types and removing the driver specific types.

Issue:
rancher/rancher#12698
2018-11-27 10:50:11 -07:00
gitlawr
b2cf716a27 generated 2018-11-26 21:24:16 -08:00
gitlawr
a0165b14ba add bitbucket support 2018-11-26 21:24:16 -08:00
Darren Shepherd
a4de4c1716 Update generated code 2018-11-26 10:49:32 -07:00
Darren Shepherd
7df53e1173 Update generated code 2018-11-26 08:51:20 -07:00
Aiwantaozi
80ab9833d1 update fluentd and log aggregator version for support add more pod info and delete useless image 2018-11-20 21:04:46 -10:00
kinarashah
04314b0c60 go generate 2018-11-19 15:05:34 -10:00
kinarashah
2450f5c8a3 add currentNodeLabels and currentNodeAnnotations to Node Spec
Fields to store current node status labels and annotations when calculating desiredNode values
2018-11-19 15:05:34 -10:00
Guangbo Chen
c641a79b5d added private catalog types 2018-11-12 11:25:11 +08:00
Darren Shepherd
8cf867511b
Merge pull request #580 from mickael-alibert/master
Fix typo in weave_node rke_types
2018-11-09 13:59:54 -07:00
galal-hussein
fcccd7caa5 Fix rolling snapshot default values 2018-11-08 13:00:57 -08:00
galal-hussein
3efcb2647b go generate 2018-11-06 15:50:47 -08:00
galal-hussein
9c94b012a7 Change snapshot type to pointer to bool 2018-11-06 15:50:47 -08:00
Darren Shepherd
bbbc76e729 Update generated 2018-11-06 10:01:19 -07:00
galal-hussein
a77c053ef5 Add norman defaults to etcd snapshots 2018-11-02 09:33:48 -07:00
Sebastiaan van Steenis
792cfb3f5a Change to recommended admission controllers 2018-10-30 11:23:00 -07:00
Darren Shepherd
abee9812f6 Update generated code 2018-10-30 10:07:03 -07:00
Alena Prokharchyk
27eeffb696 v1.12.1-rancher1-1 as a default k8s version 2018-10-29 22:03:17 -07:00
Darren Shepherd
568afa007c Update generated code 2018-10-29 12:57:42 -07:00
Darren Shepherd
a1fd824df3 Delete clusterevent type 2018-10-29 12:57:42 -07:00
rajashree
a123cd1714 Tweaks to cluster capabilities field names 2018-10-26 12:02:24 -07:00
rajashree
60d1effb30 Generated changes 2018-10-26 12:02:24 -07:00
Alena Prokharchyk
09802166e4 k8s 1.12.1 support 2018-10-25 09:17:18 -07:00
Darren Shepherd
33edfbcf52 Drop new field in nodes 2018-10-24 16:32:00 -07:00
Darren Shepherd
6420b4e781 Update generated code 2018-10-23 23:02:33 -07:00
Aiwantaozi
1fd00cc153 add elasticsearch ssl version 2018-10-22 09:25:26 -07:00
rajashree
9cf979f166 Cluster capabilities 2018-10-18 11:40:21 -07:00
rajashree
96b142a253 Generated changes - cluster caps 2018-10-18 11:40:21 -07:00
galal-hussein
c3805641e9 Update rke tools to v0.1.16 2018-10-18 09:31:10 -07:00
rajashree
31b2f915cf Generated changes project and cluster level catalog 2018-10-17 13:04:33 -07:00
rajashree
4e7e6915ae Add project and cluster level catalog #13444
Add cluster level catalog
2018-10-17 13:04:33 -07:00
Nathan Jenan
36992966af Adding session token to eks config
This change adds a session token field to the eks config to support
provisioning clusters with credentials generated via GetSessionToken or
AssumeRole calls.

Issue:
https://github.com/rancher/rancher/issues/16005
2018-10-16 16:52:22 -07:00
Nathan Jenan
52df5bbb83 Generated Code 2018-10-11 12:52:13 -07:00
Nathan Jenan
3ed3d02742 Adding public IP option
Adding option to associate worker node public ip to the eks config to support
private clusters in EKS.

Issue:
https://github.com/rancher/rancher/issues/15419
2018-10-11 12:52:13 -07:00
Darren Shepherd
f2c2e9be97 Update generated code 2018-10-09 19:38:10 -07:00
moelsayed
d7ca3628b2 rke-tools:v0.1.15 2018-10-03 15:41:49 -07:00
moelsayed
bc4dd479de Add k8s 1.12 2018-10-02 12:27:17 -07:00
Alena Prokharchyk
68f9e84e6a Revert security context mapper 2018-10-01 21:03:25 -07:00
Aiwantaozi
fdb7babf78 upgrade alertmanager version 2018-09-27 18:40:31 -07:00
Mickaël Alibert
b7c491d00c ✏️ fix typo in weave_node rke_types 2018-09-27 15:09:25 +02:00
Darren Shepherd
2eb09adc02 Fix invalid json tags 2018-09-25 12:31:36 -07:00
Darren Shepherd
b65b6677d6 Update generated code 2018-09-24 09:09:04 -07:00
carolyn
92b37efdc7 Support v1.11.3 as default k8s version 2018-09-17 09:35:07 -07:00
gitlawr
6a993793e3 fix namespace_reference mapper on update handler 2018-09-14 15:25:22 -07:00
Nathan Jenan
66b624b96f Adding custom AMI field to eks cluster config
This change allows custom ami fields to be passed to the EKS driver.

Issue:
https://github.com/rancher/rancher/issues/15389
2018-09-13 18:16:20 -07:00
Daishan Peng
65354f664d Revert "add answersyaml field"
This reverts commit 90aaccbf4f.
2018-09-13 13:31:25 -07:00
Daishan Peng
90aaccbf4f add answersyaml field 2018-09-12 13:47:44 -07:00
kinarashah
acbf0812a3 remove default for kubernetesVersion
we already have this under settings
2018-09-11 13:08:53 -07:00
Daishan Peng
604a5280b5 add noupdate to projectId and move action 2018-09-10 21:17:27 -07:00
Daishan Peng
325dce50b6 set sshKey as password 2018-09-10 21:01:13 -07:00
carolyn
1be43c2851 add custom user/group search filter for AD 2018-09-10 17:14:58 -07:00
Aiwantaozi
78ea41d9fd update vendor 2018-09-10 16:54:27 -07:00
Aiwantaozi
07c9c278d8 remove embedded and add fluentd forward 2018-09-10 16:54:27 -07:00
orangedeng
e339722678 Remove setting clusterIP type for dnsRecord from Schema
Related issue https://github.com/rancher/rancher/issues/14650
This logic is moved to store for now.
2018-09-06 09:49:38 -07:00
moelsayed
b8afaefbb6 Hide private registries 2018-09-05 15:00:22 -07:00
Alena Prokharchyk
013da612d0 Removed dnsLabel frm hostname prefix type
as it can end with "-" - something that is not allowed by the dnsLabel
format
2018-09-05 09:35:23 -07:00
gitlawr
d0680871a3 update pipeline images for registry changes 2018-09-04 22:35:34 -07:00
carolyn
d0d4c193f6 enforce HostnamePrefix to be dnsLabel and relax RequestedHostname to be hostname 2018-09-04 16:42:17 -07:00
kinarashah
2f7c66d509 set defaults for rke cluster 2018-09-04 12:00:50 -07:00
galal-hussein
fdaf972f52 Add default registry option 2018-08-31 13:26:01 -07:00
Nathan Jenan
027ea948bc Adding options to AKS spec
Adding options to the AKS config so that options can be passed to support
setting a custom vnet (without these options, a cluster with a custom vnet
will not be functional).

Issue:
https://github.com/rancher/rancher/issues/15135
2018-08-30 18:33:47 -07:00
Daishan Peng
7d0bdbe04a hide ssh key in api 2018-08-30 18:28:27 -07:00
Daishan Peng
6b3463d9ba add migrated conditions 2018-08-30 15:47:40 -07:00
moelsayed
eb5a4fd55a Move admission controller configrations to ServiceOptions 2018-08-30 10:13:55 -07:00
moelsayed
1d17641e72 Update to rke-tools:v0.1.14, flannel:v0.10.0, flannel-cni:v0.3.0, calico:v0.3.1.3 2018-08-30 09:46:47 -07:00
moelsayed
fbf98f9eea Copy v1.11.2-rancher1-1 to v1.11.2-rancher1-2 2018-08-30 09:46:47 -07:00
MaiWJ
db8216d645 Add WindowsNodeCommand to ClusterRegistrationTokenStatus 2018-08-25 07:35:18 -07:00
Craig Jellick
27bc977d20 generated changes 2018-08-24 15:06:18 -07:00
MaiWJ
6b40903255 Supporting Windows
1. adding Publish to v3.Process
2. adding k8s windows system container images
2018-08-24 15:06:18 -07:00
Alena Prokharchyk
ce40dd4d02 Generated changes 2018-08-24 14:51:54 -07:00
Alena Prokharchyk
eb18b360c0 Resoure quota refactor - no more template 2018-08-24 14:51:54 -07:00
Craig Jellick
3c5fd8d134 Revert "Supporting Windows"
This reverts commit 537f86e63c.
2018-08-24 14:40:06 -07:00
Craig Jellick
aae339bd1f Revert "Update generated"
This reverts commit 2d5505d65c.
2018-08-24 14:40:06 -07:00
MaiWJ
2d5505d65c Update generated 2018-08-24 14:17:37 -07:00
MaiWJ
537f86e63c Supporting Windows
1. adding Publish to v3.Process
2. adding k8s windows system container images
2018-08-24 14:17:37 -07:00
gitlawr
3f9f0068c8 update generated 2018-08-23 20:25:06 -07:00
gitlawr
36f2de76ce update pipeline types 2018-08-23 20:25:06 -07:00
Dan Ramich
977d3d15e3 Remove const 2018-08-23 15:20:18 -07:00
Dan Ramich
a2e5eb253f Generated changes 2018-08-23 15:20:18 -07:00
carolyn
3d6df33585 enable keycloak auth 2018-08-23 11:18:56 -07:00
Sebastiaan van Steenis
ffd9cd73fe Change certificate SANs to List 2018-08-21 13:05:35 -07:00
Max Korp
2e363610b2 Add current flag to tokens 2018-08-21 12:31:13 -07:00
carolyn
0f69ef3864 disable keycloak auth 2018-08-17 11:22:34 -07:00
galal-hussein
c8034b5e78 Add cipher suites to k8s 1.11 and update it to 1.11.2 2018-08-17 03:17:51 +02:00
galal-hussein
041ba91135 Add new k8s version 2018-08-17 00:47:42 +02:00
kinarashah
b99fdf3b4c add stopDrain action for node 2018-08-16 14:01:25 -07:00
carolyn
bf4e7bc45d run go generate 2018-08-15 00:59:44 +03:00
carolyn
36b68eaa57 add KeyCloak Config in types 2018-08-15 00:59:44 +03:00
kinarashah
ffd8f7ed64 Use secretName instead of secretId
Using reference to id always returns namespace:id, but it doesn't
work while using project scoped secrets; thus using name similar
to secrets used as environment variables from source
2018-08-07 12:31:31 -07:00
Nathan Jenan
d919b35add Generated Code 2018-08-04 10:17:49 -07:00
Nathan Jenan
86a73e7cfc Changing options to use bool pointers 2018-08-04 10:17:49 -07:00
Denise Schannon
b792bfd0e8 fix k8s defaults again 2018-08-03 12:33:57 -07:00
Denise Schannon
da23818965 rke-tools v0.1.13 2018-08-03 10:29:32 -07:00
Denise Schannon
e38f27212e cleaning up k8s types to preserve released versions 2018-08-03 10:26:39 -07:00
Darren Shepherd
11394ace11 Refactor k8s versions to be less error prone 2018-08-02 17:48:37 -07:00
kinarashah
e2046c89f0 change tags for enableNetworkPolicy 2018-08-02 15:28:34 -07:00
kinarashah
dd6ce2e3e5 go generate 2018-08-01 13:15:23 -07:00
kinarashah
6c30a8ff51 enableNetworkPolicy 2018-08-01 13:15:23 -07:00
galal-hussein
082191af65 Update rke tools to v0.1.12 2018-08-01 10:49:42 -07:00
rajashree
d01d1612cf Change field names 2018-07-25 16:28:12 -07:00
Dan Ramich
8c7ec63626 Generated changes 2018-07-25 10:01:39 -07:00
Dan Ramich
f657b6b817 Add const for created label 2018-07-25 10:01:39 -07:00
rajashree
9898f6e9aa Generated changes - ADFS 2018-07-24 13:57:33 -07:00
rajashree
a4d5b65545 Add ADFS provider 2018-07-24 13:57:33 -07:00
Alena Prokharchyk
1ccee88c0b No edit for resource quota template 2018-07-24 13:45:10 -07:00
orangedeng
71c487755a Bump up ingress controller version
We should only update the ingress controller version for our newly
supported k8s version
0.10.2-rancher2 to 0.16.2-rancher1 for following new k8s version
v1.11.1-rancher1-1
v1.10.5-rancher1-2
v1.9.7-rancher2-2
2018-07-24 10:56:32 -07:00
Aiwantaozi
4762b0d1e1 support ssl 2018-07-23 19:06:34 -07:00
rajashree
a3a682e811 Generated changes - Ping-saml test and login output 2018-07-23 09:40:45 -07:00
rajashree
5eb3931b41 Change Saml-Ping testAndEnable and login output
Change name of redirectURL
2018-07-23 09:40:45 -07:00
Alena Prokharchyk
556fa1f61d Revert "Bump up nginx ingress controller version"
This reverts commit af3ac12812.
2018-07-20 13:35:36 -07:00
Denise Schannon
979e30e942 make k8s 1.11.1 the default version, clean up k8s 1.11 versions 2018-07-20 11:38:37 -07:00
Aiwantaozi
38467a8c34 add custom docker root in cluster config 2018-07-20 09:29:05 -07:00
galal-hussein
c28e92068a Update rke tools to 0.1.11 2018-07-19 15:27:40 -07:00
galal-hussein
289e270e23 Add new k8s versions 2018-07-19 15:27:40 -07:00
moelsayed
01217d321d Add k8s v1.11.1-rancher1 2018-07-19 14:15:07 -07:00
Nathan Jenan
bf2aca2999 Adding fields to model to support addition options for gke 2018-07-19 13:44:02 -07:00
Darren Shepherd
c29523994d Update generated code 2018-07-19 10:40:37 -07:00
Darren Shepherd
30701b30c3 Refactor for IsEmpty 2018-07-19 10:40:37 -07:00
Darren Shepherd
986f420630 Update ToInternal 2018-07-19 10:40:37 -07:00
kinarashah
7c20e28b3c cluster condition SystemProjectCreated 2018-07-19 10:03:43 -07:00
Yuxing
0c40626cd3 Update nginx-ingress-controller version
Related issue https://github.com/rancher/rancher/issues/13294
from 0.10.2-rancher3 to 0.16.2-rancher1
2018-07-19 09:53:29 -07:00
kinarashah
6188d1efb0 go generate 2018-07-19 09:35:44 -07:00
kinarashah
d63d266090 node drain input 2018-07-19 09:35:44 -07:00
Alena Prokharchyk
7680ca994f Legacy API versions 2018-07-18 11:29:05 -07:00
Nathan Jenan
d01c9413a0 Generated code 2018-07-17 16:18:28 -07:00
Nathan Jenan
dcfe9d24eb Adding options for eks enhancement
Adding options to the EKS config to support EKS enhancements.

Issue:
https://github.com/rancher/rancher/issues/14566
2018-07-17 16:18:28 -07:00
galal-hussein
83409a3bca go generate 2018-07-16 18:11:49 -07:00
galal-hussein
1a4b8ecd84 add disable metrics server options and system image 2018-07-16 18:11:49 -07:00
Alena Prokharchyk
374bbecefe Generated changes 2018-07-13 15:57:06 -07:00
Alena Prokharchyk
6ec1e0a018 Resource quota 2018-07-13 15:57:06 -07:00
rajashree
75cb49e5ed Generated changes - saml/ping 2018-07-13 15:12:32 -07:00
rajashree
aa93cb066d Add SAML-ping type 2018-07-13 15:12:32 -07:00
Dan Ramich
d8ca395c0b Add default fields to globalRole and roleTemplates 2018-07-13 15:02:14 -07:00
Dan Ramich
8fa06eae27 Add enabled field to user 2018-07-13 09:32:35 -07:00
galal-hussein
d00e627aaf Enable mountpropagation to kubelet and kubeapi 2018-07-12 21:09:56 -07:00
Alena Prokharchyk
15d6dfa2d0 Generated changes 2018-07-11 16:52:40 -07:00
rajashree
232e912092 Change NestedGroupMembershipEnabled default value to false for AD and OpenLDAP 2018-07-10 12:34:18 -07:00
Alena Prokharchyk
3a20cb3322 Respect the case when pass clusterIP 2018-07-05 19:55:33 -07:00
carolyn
0a96a5e89c default connection timeout for ad/ldap 2018-07-05 11:57:25 -07:00
carolyn
b80a37c7e3 drop nestedGroupMembershipEnabled field for freeIpa 2018-07-03 16:32:41 -07:00
carolyn
0e8091ec52 add nestedGroupMembershipEnabled field for openldap 2018-07-03 15:36:45 -07:00
rajashree
b6f427daea generated changes 2018-07-03 13:04:52 -07:00
rajashree
0b2b0c9e97 AD setting to enable nested groups 2018-07-03 13:04:52 -07:00
Denise Schannon
3edc47e404 k8s v1.10.5-rancher1-1 2018-06-29 11:27:33 -07:00
Nathan Jenan
09e9e310b5 Adding virtual network resource group to aks config 2018-06-27 15:34:00 -07:00
Bill Maxwell
249cb1de53 Update Fluentd image 2018-06-27 05:54:35 -07:00
carolyn
6c35a3b3e5 enable openldap/freeipa configs 2018-06-25 15:36:48 -07:00
galal-hussein
e68cd7ed66 Update rke-tools to v0.1.10 2018-06-20 11:23:31 -07:00
Craig Jellick
900bcd2918 Disable ldap providers 2018-06-19 22:22:32 -07:00
Nathan Jenan
a52af44d18 Adding options for EKS clusters
Adding region, instance type, and min and max node options to EKS config.

Issue:
https://github.com/rancher/rancher/issues/14064
2018-06-19 21:16:09 -07:00
Alena Prokharchyk
6ef9042445 DNS label as name type for workload proxy stores
Instead of putting it on the workload store itself
    DNS label is more restricive
2018-06-19 09:59:11 -07:00
Craig Jellick
5735bae61f Generated code 2018-06-19 09:51:38 -07:00
Craig Jellick
cd18165f8d UserAttribute backend 2018-06-19 09:51:38 -07:00
Sébastien Prud'homme
d4f2cbed6b go generate 2018-06-18 12:09:52 -07:00
Sébastien Prud'homme
db9e09126d Correct Openstack configuration section name 2018-06-18 12:09:52 -07:00
carolyn
174070988a run go generate 2018-06-18 11:53:35 -07:00
carolyn
7ecc8144fc add FreeIpa and OpenLdap Config 2018-06-18 11:53:35 -07:00
Daishan Peng
e7c256fb66 generated changes 2018-06-17 20:59:57 -07:00
Daishan Peng
dde39c594a add label to customConfig 2018-06-17 20:59:57 -07:00
Nathan Jenan
0792c55473 Adding virtual network and subnet options to aks cluster config 2018-06-14 16:41:38 -07:00
Aiwantaozi
c475cc0c27 add logging ssl 2018-06-12 22:02:38 -07:00
moelsayed
206bab2696 Add apiserver-count and endpoint-reconciler options 2018-06-12 16:27:17 -07:00
Dan Ramich
49325930b2 Generated changes 2018-06-12 08:50:21 -07:00
Dan Ramich
a6785a56fe Add azureAD config 2018-06-12 08:50:21 -07:00
Alena Prokharchyk
01dd042b75 Remove capAdd/capDrop if empty 2018-06-11 11:24:52 -07:00
Prachi Damle
a15097a11b Changes to allow nil value for deployment field rollingUpdate
rename mapper field to emptyValueOk
2018-06-11 11:16:23 -07:00
kinarashah
94216282b4 add desiredNodeUnschedulable to NodeSpec
make field string and "unschedulable" nocreate,noupdate
2018-06-11 10:44:17 -07:00
Sebastiaan van Steenis
72c9e9c0c9 Generated code 2018-06-08 09:19:40 -07:00
Sebastiaan van Steenis
fd8f9853de Add extra_env to service 2018-06-08 09:19:40 -07:00
moelsayed
466686dc73 Add service-node-port-range for kube-api service 2018-06-06 14:12:55 -07:00
galal-hussein
4c8cb6fa84 go generate 2018-06-06 10:04:38 -07:00
galal-hussein
805d8c0f64 Update cloud config formats 2018-06-06 10:04:38 -07:00
galal-hussein
a077d4cd2e Update hyperkube to v1.10.3-rancher2 and rke-tools to v0.1.9 2018-06-02 00:05:01 +02:00
galal-hussein
8ef3da281d copy new version of k8s default 2018-06-02 00:02:02 +02:00
Prachi Damle
fdb95a1ac6 Make Cluster displayName a required field 2018-05-31 11:22:38 -07:00
kinarashah
74d1d9ed8f adding actions cordon and uncordon to schema 2018-05-29 13:41:50 -07:00
rajashree
8e8895e9e2 Make group member mapping attribute for AD required
And set its default to member. This attribute will be used in fetching
user's groups, including nested groups
2018-05-24 16:47:03 -07:00
kinarashah
a1b30ae99e make ingress name required 2018-05-24 14:33:56 -07:00
Daishan Peng
145564cf12 add requiredNamespace 2018-05-24 13:41:38 -07:00
rajashree
541317493f Change GH norman tag from noupdate to required 2018-05-24 13:33:57 -07:00
Daishan Peng
5020bf5159 add exportOutput to schema 2018-05-24 12:03:05 -07:00
Daishan Peng
39c0f9a1fc generated changes 2018-05-24 11:06:58 -07:00
Daishan Peng
8e53d04d3c rancher up 2018-05-24 11:06:58 -07:00
carolyn
df51619c3e run go generate 2018-05-18 10:39:24 -07:00
carolyn
dd36f2ea13 revert azure ad config in api 2018-05-18 10:27:55 -07:00
zionwu
5062d58753 Change from dnsLabel to hostname for smtp host 2018-05-18 14:45:44 +08:00
Nathan Jenan
39c161334d Changing to 2018-05-17 18:02:30 -07:00
Nathan Jenan
e9794fd6b1 Go generate 2018-05-17 17:36:59 -07:00
Nathan Jenan
eef0c7bcc1 Changing to 2018-05-17 17:36:59 -07:00
Daishan Peng
e4d6a30f09 generate changes 2018-05-17 14:53:01 -07:00
Daishan Peng
8f3c21fdf2 add local files 2018-05-17 14:53:01 -07:00
galal-hussein
3b47c42bc8 Change backups to snapshots 2018-05-17 22:06:32 +02:00
Sebastiaan van Steenis
d289637bcc Fix rancher/hyperkube:v1.9.7-rancher2 image typo 2018-05-17 07:47:50 -07:00
galal-hussein
362ba3afaf Update rke-tools to v0.1.8 2018-05-16 17:00:41 -07:00
galal-hussein
0189352f3b Update default k8s tag 2018-05-16 13:14:04 -07:00
Denise Schannon
7b7ced1c3a change logging to use busybox instead of rke-tools 2018-05-16 12:39:52 -07:00
Denise Schannon
fc34dd656b update rke-tools to v0.1.7 2018-05-16 12:02:48 -07:00
Denise Schannon
6fc6024fdf add new versions for each minor version 2018-05-16 12:01:50 -07:00
Denise Schannon
c539c384e2 replace tools image constant with actual images 2018-05-16 11:58:26 -07:00
Denise Schannon
c7ee8b4f4f revert back to what was shipped in 2.0 2018-05-16 11:56:37 -07:00
galal-hussein
b233e688ad Update rke-tools image to v0.1.7 2018-05-16 11:31:20 -07:00
carolyn
53fa586170 delete AdminAccountUsername AdminAccountPassword 2018-05-15 16:13:24 -07:00
carolyn
399c3285f8 delete noupdate on enabled field of AuthConfig 2018-05-15 16:13:24 -07:00
carolyn
b0633c4115 run go generate 2018-05-15 13:21:26 -07:00
carolyn
398db1812c add azureAD support in API 2018-05-15 13:21:26 -07:00
Alena Prokharchyk
3eb0d7ff5d
Merge pull request #419 from aiwantaozi/improve_logging
Improve logging
2018-05-14 17:20:46 -07:00
Nathan Jenan
d38912329a Go generate 2018-05-14 11:56:50 -07:00
Nathan Jenan
bc35ebb540 Add disabled field to role template
This change adds a disabled field to role templates so that admins can
mark them to prevent them being assigned to users.

Issue:
https://github.com/rancher/rancher/issues/13418
2018-05-14 11:56:50 -07:00
Aiwantaozi
4d15fd3b47 update vendor 2018-05-11 13:54:53 +08:00
Aiwantaozi
267f0d7124 add appliedSpec, failedSpec, sslVerify 2018-05-11 13:54:53 +08:00
Alena Prokharchyk
04783c6eac Fix for deployment upgrade strategy transformer 2018-05-10 16:31:32 -07:00
moelsayed
6d4e86aed4 Addon job timeout 2018-05-09 23:35:56 +02:00
galal-hussein
4660377241 Add etcd backup options and update rke-tools 2018-05-09 01:11:40 +02:00
Alena Prokharchyk
bfe830b2e9
Merge pull request #422 from galal-hussein/add_bastion_host_config
Add bastion host config
2018-05-08 15:17:40 -07:00
rajashree
9739f6ea8d Add last/first name in userSearchAttributes for AD
Make user/group schema fields for AD required
2018-05-08 13:42:30 -07:00
galal-hussein
fc58b62fc0 go generate 2018-05-08 21:05:32 +02:00
galal-hussein
a43579309b Add bastion host configuration to rke 2018-05-08 21:05:32 +02:00
Alena Prokharchyk
6e722de69b
Merge pull request #421 from moelsayed/addon_retries
Addon retries
2018-05-08 10:21:03 -07:00