etcd-backup | Creates etcd backups and uploads them to AWS S3 | Continuous Deployment library
kandi X-RAY | etcd-backup Summary
kandi X-RAY | etcd-backup Summary
Creates etcd backups and uploads them to AWS S3
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Prints version information .
- GetAllGuestClusters returns a list of all guest clusters
- CheckClusterVersionSupport returns true if the given cluster version is supported
- uploadToS3 uploads a file to S3 .
- GetEtcdEndpoint returns the etcd endpoint of the cluster
- CheckConfig validates flags .
- Send pushes a backup to prometheus metrics
- FullBackup is part of the BackupInterface interface
- Create implements the EtcdBackupV2 interface .
- CreateService creates a new Service .
etcd-backup Key Features
etcd-backup Examples and Code Snippets
Community Discussions
Trending Discussions on etcd-backup
QUESTION
I am trying to generate sas token through azure cli as show below
...ANSWER
Answered 2021-Apr-14 at 11:23Essentially you're encountering the restriction imposed by Azure Blob Storage Service. For Storage Service REST API version 2016-05-31 through version 2019-07-07, the maximum size of data that can be sent via Put Blob
request is 256 MB. Please see this link for more details: https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob#remarks.
One possible solution is to make use of Put Block
and Put Block List
operations to split your large file into smaller chunks and then upload those chunks.
Another option is to make use of a Storage SDK to generate SAS token. When creating a SAS token, you can specify the Storage Service REST API version as a parameter. Then you should be able to specify a newer version (e.g. 2019-12-12 and later) which allows you to transfer larger files through Put Blob
request. I was actually surprised to see it not being there in az storage container generate-sas
.
QUESTION
I am confused about the etcd backup / restore documentation of OpenShift 3.7: The OpenShift Container Platform 37 Admin Guide
tells us to use etcdctl backup
. This looks like a etcd version 2 command to me - I'm new to etcd so I'm please bear with me. The etcd 3.2.9 recovery guide mentions only etcdctl snapshot save
, no etcdctl backup
.
OpenShift 3.7 comes with etcd version: 3.2.9:
Starting in OpenShift Container Platform 3.7, the use of the etcd3 v3 data model is required.
Shouldn't the OpenShift admins be using etcdctl snapshot
then?
ANSWER
Answered 2017-Dec-21 at 11:29The documentation is correct, in OpenShift 3.7 we go with API version 2 and etcdctl backup
.
I was indeed confused about the etcd versions. In OpenShift 3.7, we have:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install etcd-backup
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page