etcd
Here are 514 public repositories matching this topic...
The Cloud Native Application Proxy
-
Updated
Nov 10, 2020 - Go
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
-
Updated
Nov 8, 2020 - Go
Storage Orchestration for Kubernetes
-
Updated
Nov 10, 2020 - Go
和我一步步部署 kubernetes 集群
-
Updated
Sep 22, 2020 - Shell
A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
-
Updated
Nov 9, 2020 - Python
PostgreSQL cloud native High Availability and more.
-
Updated
Oct 16, 2020 - Go
HTTP API Gateway
-
Updated
Sep 1, 2020 - Go
Issue Description
是否有计划用actions 完全取代 TravisCI
感觉actions 速度上比 TravisCI更好点 ,另外也是github原生的。
Type: feature request
Describe what feature
Basically we're in the DAG, so make sure we've let all the other resources (like files) get built (that might be used for the file server) before the server sends anything out. We could either block or just not return anything yet.
As an aside, does the rf.ReadFrom bit not get cancelled properly on close??
An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
-
Updated
Nov 10, 2020 - Go
A standalone, specification-compliant, OAuth2 server written in Golang.
-
Updated
Oct 19, 2020 - Go
etcd operator creates/configures/manages etcd clusters atop Kubernetes
-
Updated
Apr 3, 2020 - Go
Of the learning environments that leverage Ansible, very few are using roles. This can make porting Ansible playbooks across learning environments more difficult. To fix this, Ansible-using learning environments need to be refactored (where possible) to use an Ansible role.
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
-
Updated
Dec 28, 2019 - HCL
Composable, observable and performant config handling for Go for the distributed processing era
-
Updated
Oct 28, 2020 - Go
-
Updated
Oct 16, 2020 - Go
-
Updated
Nov 4, 2020 - TypeScript
【已下线】https://discuss.kotliner.cn 的第一个实验版本,尝试使用Kotlin编写构建的 Kotlin China 论坛,etcd+自研tpc协议RPC
-
Updated
Apr 9, 2018 - Kotlin
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
-
Updated
Oct 27, 2020 - Go
Improve this page
Add a description, image, and links to the etcd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the etcd topic, visit your repo's landing page and select "manage topics."



It is mentioned that there is an error code page for v2 protocol:
https://github.com/etcd-io/etcd/blob/ae7862e8bc8007eb396099db4e0e04ac026c8df5/server/etcdserver/api/v2error/error.go#L16
However, I can't find
Documentation/v2/errorcode.mdin this repo. Is the comment stale?