1
0
mirror of https://github.com/rancher/types.git synced 2025-08-01 13:07:05 +00:00
Commit Graph

1094 Commits

Author SHA1 Message Date
Aiwantaozi
d20e3225a1 update vendor 2019-02-28 19:19:41 -07:00
Aiwantaozi
4fec1faea1 add option inherit advance from alert group in the alert rule as the default value.
Problem:
both alert group and alert rule advance option is confused, we need to
make then simple

Solution:
alert rule use alert group level advance option as default but user can
edit if they don't have to inherit from group

Issue:
https://github.com/rancher/rancher/issues/17538
2019-02-28 19:19:41 -07:00
rajashree
083953864c Generated changes 2019-02-28 12:23:52 -08:00
rajashree
f7d1f26d6e Field to store roles for targets of mcapp 2019-02-28 12:23:52 -08:00
moelsayed
ee7e7deb08 Update to rancher/rke-tools:v0.1.25 2019-02-27 14:27:03 -08:00
Alena Prokharchyk
72b864d142 k8s 1.12.6 support 2019-02-27 13:30:10 -08:00
Alena Prokharchyk
4a60e3b886 base copy 2019-02-27 13:30:10 -08:00
Prachi Damle
df7205653c generated changes 2019-02-25 22:54:12 -08:00
Prachi Damle
400fcd069a GlobalDNS rootdomain is optional and GlobalDNSProvider no longer needs system image 2019-02-25 22:54:12 -08:00
gitlawr
a2bec9db38 Move RootDomain field from provider configs to generic spec 2019-02-25 18:37:19 -08:00
Alena Prokharchyk
3858dd752d Updated tags for k8s 1.12 and 1.13 to be aligned with 2.1.x branch 2019-02-25 12:55:19 -08:00
kinarashah
5a0b580fd3 add mcAppName to edit gDNS input 2019-02-25 11:42:25 -08:00
Prachi Damle
eecb8f9986 Default the TTL to 300s 2019-02-22 14:46:50 -08:00
Alena Prokharchyk
5b7ed44f92 rke tools v0.1.24 2019-02-22 11:01:38 -08:00
galal-hussein
5a372fcc37 Add k8s 1.12 and 1.13 to allow upgrade 2019-02-20 14:18:56 -08:00
moelsayed
707ae1dc7e generated code 2019-02-20 09:49:50 -08:00
moelsayed
fba31fc691 Add spec to etcdBackup 2019-02-20 09:49:50 -08:00
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