Craig Jellick
7aaf17edf2
Merge pull request #739 from aiwantaozi/work2
...
add client key and certificate for logging fluentd
2019-07-11 13:30:25 -07:00
Aiwantaozi
218080cd20
add client key and certificate for logging fluentd
...
Problem:
advance mode have support client key and certificate for fluentd logging
target but normal mode not yet
Solution:
add client key and certificate for fluentd
Issue:
https://github.com/rancher/rancher/issues/18438
2019-07-11 17:01:29 +08:00
gitlawr
a0afba4d18
go generate
2019-07-10 09:57:30 +08:00
gitlawr
bd5a9e3e53
Add istio VirtualService and DestinationRule types
2019-07-10 09:57:30 +08:00
Prachi Damle
c6081c7b88
Add satisfies field to Question schema
2019-07-09 15:49:09 -07:00
Prachi Damle
8070d48db4
Generated Changes
2019-07-08 10:36:36 -07:00
Prachi Damle
cc27d74d83
ClusterTemplate remove Enabled, readonly on Cluster
2019-07-08 10:36:36 -07:00
kinarashah
7c47f85c08
go generate
2019-07-03 09:45:35 -07:00
kinarashah
d381e58a9e
add rke metadata types
2019-07-03 09:45:35 -07:00
rmweir
453910517a
go generate
2019-07-02 12:40:49 -07:00
rmweir
1b3c529b0c
Add feature type
...
Added feature type, which will be used by rancher to toggle whether
features are enabled. This is part of the feature flagging feature.
2019-07-02 12:40:49 -07:00
rmweir
46ed3c5443
go generate
2019-07-02 12:40:49 -07:00
Prachi Damle
d9ade4d51d
Generated changes
2019-07-01 13:19:39 -07:00
Prachi Damle
0a9f28b48e
Question API on ClusterTemplates
2019-07-01 13:19:39 -07:00
Dax McDonald
a875317c20
Add DeleteNotReadyAfterSecs to nodepool spec
...
This enables deleting nodes after they have been unreachable
for a configurable amount of time
2019-07-01 09:59:33 -07:00
kinarashah
fa18f1e035
rke-tools v0.1.34
2019-06-26 20:38:04 -07:00
kinarashah
0a1cca6c51
Revert "rke-tools v0.1.33"
...
This reverts commit 1ce8b01468
.
2019-06-26 14:35:06 -07:00
kinarashah
1ce8b01468
rke-tools v0.1.33
2019-06-25 14:31:44 -07:00
moelsayed
c99148dd4a
rename EndpointCA
2019-06-25 12:50:37 -07:00
rajashree
4ca17511e2
Mark required fields not nullable
2019-06-25 11:32:21 -07:00
Murali Paluru
67c773940a
go generate changes
2019-06-24 15:58:06 -07:00
Murali Paluru
cefb190927
adding cluster scan types
2019-06-24 15:58:06 -07:00
Sebastiaan van Steenis
2810a6fa79
Add k8s 1.15.0
2019-06-24 13:59:11 -07:00
Sebastiaan van Steenis
496633d284
Base copy for 1.15.0
2019-06-24 13:59:11 -07:00
rajashree
dc55e60da1
Make service account creds required for google oauth
...
In the absence of service account creds, non-admin users from google's
hosted domain cannot lookup groups, even their own groups (Restriction
from google api). So even during login we can't find out what groups the
user belongs to. Admins of hosted google domain do not have the same restriction.
So they can still search for and add groups that non-admin google users
belong to. This will cause lot of inconsistencies, since admins can add
a user's groups, but user still won't have access to rancher. So making
service account credentials a required field will avoid all this, and
searching users/groups will work equally for all google users.
Hostname should not be updatable once auth is setup, since the
principalIds assigned to users after they log into rancher contain
their google addresses which have the hostname.
2019-06-21 10:55:50 -07:00
Sebastiaan van Steenis
a10815ebfe
generated code
2019-06-21 09:55:42 -07:00
Sebastiaan van Steenis
e75a7b3254
Add stubdomains to DNSConfig
2019-06-21 09:55:42 -07:00
moelsayed
190cd39189
rancher/rke-tools:v0.1.32
2019-06-20 14:40:30 -07:00
moelsayed
b5c59bf137
Add custom S3 endpoint CA Certificate option
2019-06-20 14:40:30 -07:00
Prachi Damle
5c0a7ab25a
Add Enforced flag to ClusterTemplate
2019-06-19 09:43:46 -07:00
moelsayed
bca9f57c2a
Remove DaysRemaining from status
2019-06-18 10:40:40 -07:00
moelsayed
df1647ccd8
generated code
2019-06-18 09:49:50 -07:00
moelsayed
a543d5e354
Add checkClusterCerts
2019-06-18 09:49:50 -07:00
Prachi Damle
c500fe26a0
Use displayName mapper for ClusterTemplate
2019-06-17 13:29:17 -07:00
Sebastiaan van Steenis
89ee078724
Remove default for dnsconfig
2019-06-17 09:57:32 -07:00
kinarashah
df0c8d4f74
k8s 1.12.9, 1.13.7, 1.14.3
2019-06-12 10:26:51 -07:00
kinarashah
54e88753b2
base copy
2019-06-12 10:26:51 -07:00
rmweir
de7ab425b1
go generate
2019-06-12 08:42:39 -07:00
rajashree
cba0b401b4
Add password tag to google oauth creds fields
2019-06-11 14:18:30 -07:00
Prachi Damle
7e7e207d1a
Generated Changes
2019-06-10 15:37:51 -07:00
Prachi Damle
25bc0db738
Cluster Template Changes
2019-06-10 15:37:51 -07:00
Aiwantaozi
87e5761cad
generate code
2019-06-10 12:41:13 -07:00
Aiwantaozi
be1c347b32
Support set http_proxy config on Rancher notifier
...
Problem:
Not support http_proxy setting now
Solution:
Add http_proxy configure for slack, pagerduty, wechat, webhook
Issue:
https://github.com/rancher/rancher/issues/17885
2019-06-10 12:41:13 -07:00
Alena Prokharchyk
7443c739c5
Removed k8s 1.11 from default k8s versions
2019-06-10 12:40:39 -07:00
orangedeng
7d28387dbe
Add cluster istio enabled status
...
Add `IstioEnabled` to `ClusterStatus`
2019-06-06 18:09:59 -07:00
rajashree
9125ab265f
Add google oauth schema
2019-06-05 15:59:01 -07:00
rajashree
264466fb30
Generated changes
2019-06-05 15:59:01 -07:00
Dan Ramich
6e717bbef8
Add rancher min/max version to templateVersion
2019-06-05 15:35:31 -07:00
Alena Prokharchyk
2c708915f3
k8s 1.14 as default
2019-06-04 17:11:15 -07:00
Frank Mai
2b4379ef07
Go generated
2019-05-31 08:36:29 -07:00
Frank Mai
8d805f6434
Update Azure Cloud Provider configuration
...
**Problem:**
Cannot set the below configuration items of Azure cloud provider:
- `UserAssignedIdentityID`
- `LoadBalancerSku`
- `ExcludeMasterFromStandardLB`
**Solution:**
- Add new items
- Complement the default value to `MaximumLoadBalancerRuleCount`
- Complement the usage for authentication items:
+ Service Principal: `AADClientID` and `AADClientSecret`
+ Client Principal: `AADClientCertPath` and `AADClientCertPassword`
+ Managed Identity: `UseManagedIdentityExtension` and `UserAssignedIdentityID`
**Issue:**
https://github.com/rancher/rancher/issues/20240
2019-05-31 08:36:29 -07:00
Fyery
658021e38e
add istio metrics graph types
2019-05-31 08:14:13 -07:00
orangedeng
668e468c02
go generate
2019-05-31 07:57:20 -07:00
orangedeng
5694548201
Add HPA type to schema
2019-05-31 07:57:20 -07:00
Dan Ramich
3d8b362cfa
Add fields to nodeDriverStatus
...
Problem:
Nodedrivers don't hold info on what has been applied
Solution:
Add applied fields
2019-05-30 16:19:54 -07:00
kinarashah
3e7be7adce
set update False for fields of PersistentVolumeSource types
2019-05-29 11:05:52 -07:00
dax
f887817025
Update vendor and generate code
2019-05-28 18:58:21 -07:00
kinarashah
2361355c4c
make update false for immutable fields of persistentVolume
2019-05-24 14:19:42 -07:00
Murali Paluru
17ad82ec47
fix openstack lb options from int to string
2019-05-23 16:48:25 -07:00
Dan Ramich
c402a22313
Update rketypes
2019-05-16 09:51:18 -07:00
Murali Paluru
83a44f5742
refactor
2019-05-14 19:45:18 -07:00
Aiwantaozi
3d66c9393f
generate code
2019-05-14 09:02:10 -07:00
Aiwantaozi
7bf6a58596
add custom tags to logging test action input
2019-05-14 09:02:10 -07:00
Frank Mai
aea36dec96
Update Windows flannel-cni version
...
**Issue:**
https://github.com/rancher/rancher/issues/19954
2019-05-08 16:20:12 -07:00
Prachi Damle
ebd23f9ff4
GlobalDNS FQDN should be of type hostname
2019-05-08 15:22:19 -07:00
orangedeng
e1c660cd5b
Add service account field to PRTB
2019-05-06 17:45:34 -07:00
Frank Mai
927dd05a5e
Update Windows images & kubelet options
...
**Problem:**
- Cannot bootstrap v1.12+ in Windows
- Upgraded server from previous existing one will cause Windows agent
failed
**Solution:**
- Adjust kubelet bootstrap options
- Drop cadvisor-port
- Drop MountPropagation from feature-gates
- Public accessing AllK8sWindowsVersions
- Support v1.14 options on Windows
**Issues:**
- https://github.com/rancher/rancher/issues/17341
- https://github.com/rancher/rancher/issues/19048
2019-04-30 14:10:03 -07:00
Alena Prokharchyk
8560ab0d46
v1.14.1-rancher1-2 to the list of defaults
2019-04-29 17:32:52 -07:00
Alena Prokharchyk
c1bd3d84b5
k8s v1.14.1-rancher1-2
2019-04-29 17:21:46 -07:00
Alena Prokharchyk
62bf8cdf39
Base copy
2019-04-29 17:21:46 -07:00
Sebastiaan van Steenis
9a62166faa
Add Priority admission controller for 1.14
2019-04-29 11:23:05 -07:00
Prachi Damle
39c68c3e58
Generated Changes
2019-04-26 13:30:53 -07:00
Prachi Damle
e4b70ce5a2
Change CloudFlare proxySetting parameter to bool
2019-04-26 13:30:53 -07:00
Alena Prokharchyk
2fad56290d
Mirror to rancher support for minio
...
Also disable coredns mirror for images that were already shipped
2019-04-26 11:52:01 -07:00
Alena Prokharchyk
b6af1f0199
k8s_defaults: added an info about corresponding rancher version
2019-04-26 11:37:47 -07:00
Aiwantaozi
a894aa4cdc
Update notifier to not required
...
Problem:
User prefer allow empty notifier
Solution:
Allow empty notifer in cluster/project group
Issue:
https://github.com/rancher/rancher/issues/18616
2019-04-25 17:18:31 -07:00
dax
233ec77bbc
Generate code for new init() method
2019-04-23 13:47:46 -07:00
rajashree
58bc28a8f2
Add password tag to pwd/secrets fields for rke configs
2019-04-17 15:51:16 -07:00
Prachi Damle
877360f7b9
Additional parameters to configure the GlobalDNSProvider
2019-04-15 21:20:53 -07:00
Dan Ramich
fcab9ae36b
Generated changes
2019-04-11 10:34:36 -07:00
Dan Ramich
db1c229e45
Generated fakes
2019-04-10 13:49:15 -07:00
dax
8b5b82f6ba
Add AppCondition UserTriggeredAction
...
Add UserTriggeredAction to indicate when a user interacts with a catalog
app to trigger an 'upgrade' or 'rollback' action.
2019-04-08 15:31:13 -07:00
kinarashah
63921e5530
default k8s versions
2019-04-08 14:22:09 -07:00
kinarashah
c6b337d64e
base copy
2019-04-08 14:22:09 -07:00
Alena Prokharchyk
c113832bca
k8s 1.14.1 support
2019-04-08 13:44:31 -07:00
Sebastiaan van Steenis
1f8a7696aa
Add k8s 1.14
2019-04-05 14:26:25 -07:00
kinarashah
771f13e536
new versions for rke-tools:v0.1.28
2019-04-05 13:44:37 -07:00
kinarashah
5c279234a3
base copy
2019-04-05 13:44:37 -07:00
kinarashah
e3a7b1174d
update k8s to 1.11.9, 1.12.7, 1.13.5
2019-03-29 09:29:59 -07:00
kinarashah
597df5050c
base copy
2019-03-29 09:29:59 -07:00
kinarashah
7a7a1b11b2
add k8s update from 2.1 release
2019-03-29 09:29:59 -07:00
Craig Jellick
8a1ac9743d
pipeline-tools v0.1.9
2019-03-19 16:10:45 -07:00
Alena Prokharchyk
68532a907e
Generated changes
2019-03-12 20:49:03 -07:00
Alena Prokharchyk
2de136b4a4
RKE dns config as a pointer type
2019-03-12 20:49:03 -07:00
Erik Wilson
ee87bbdcea
Generated code
2019-03-12 16:11:30 -07:00
Erik Wilson
3622f2d0ec
Add kube-api-auth image to k8s_defaults
...
Needed for generated list of images for air-gap.
For rancher/rancher/issues/18755
2019-03-12 16:11:30 -07:00
moelsayed
09af2e530b
generated code
2019-03-11 18:41:06 -07:00
moelsayed
b06f4a428e
Add flag for manual backup
2019-03-11 18:41:06 -07:00
kinarashah
af9f41a237
change type of weave network provider's password
2019-03-11 15:47:58 -07:00
moelsayed
6e04fa3e4a
generated code
2019-03-08 13:57:06 -08:00
moelsayed
3b644de40f
Add BackupConfig Enabled flag
2019-03-08 13:57:06 -08:00
jianghang8421
a3d51c1bcc
Add multiarch support
...
Update default images to use docker manifest
2019-03-07 18:05:24 -07:00
Alena Prokharchyk
e07adb52ac
Added k8s versions from 2.1.x release
2019-03-06 14:34:08 -08:00
Alena Prokharchyk
ea339438e0
base copy
2019-03-06 14:34:08 -08:00
moelsayed
58191660b8
Update to rancher/rke-tools:v0.1.27
2019-03-06 10:28:54 -08:00
rajashree
be4f618a3b
Generated changes
2019-03-06 00:07:03 -08:00
rajashree
049122e019
Make multiclusterapp's Roles field required
2019-03-06 00:07:03 -08:00
Craig Jellick
20f23a4e46
Revert "Add multiarch support using docker manifest"
2019-03-05 16:26:48 -07:00
Darren Shepherd
53608ad58d
Merge pull request #753 from jianghang8421/multiarch-support
...
Add multiarch support using docker manifest
2019-03-05 12:57:35 -07:00
galal-hussein
444d4e52a4
Fix network providers yaml types
2019-03-05 11:16:19 -08:00
jianghang8421
2a6bf4bcf2
Add multiarch support
...
1. Update default images to use docker manifest
2. Add manifest image list and architecture list for generating the images mirrorscript
2019-03-05 10:02:49 +08:00
orangedeng
ecff93ee1e
Remove unuse and unpushed windows images
...
Remove `rancher/calico-cni:v0.0.1-nanoserver-1803` and
`rancher/canal-cni:v0.0.1-nanoserver-1803`
2019-03-04 16:41:30 -08:00
kinarashah
ac1d1af8d0
Revert "add mcAppName to edit gDNS input"
...
This reverts commit 5a0b580fd3
.
2019-03-04 14:00:54 -08:00
galal-hussein
7adf0280c0
Update k8s to v1.11.8 and v1.13.4
2019-03-01 13:53:17 -08:00
galal-hussein
b06a37139b
copy code
2019-03-01 13:53:17 -08:00
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