We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INI configuration files are proving to limited, we should really switch to TOML so thing like configuring a list of etcd servers is much cleaner.
We can go from:
[etcd] machines = node1,node2
To:
[etcd] machines = ["node1", "node2"]
The text was updated successfully, but these errors were encountered:
Fixed in 1d57561
Sorry, something went wrong.
Merge pull request kelseyhightower#1 from projectcalico/v0.10.0-scale
5dcbb53
Merge V0.10.0 scale into master
Merge pull request #1 from say5/crypt
45edb08
Rebase
Merge pull request #1 from yunify/fixbug
64e24c1
ensuredir and metad support watch waitIndex.
Merge pull request kelseyhightower#1 from mathyourlife-fitbit/merge-m…
ab361e0
…aster Merge master
kelseyhightower
No branches or pull requests
INI configuration files are proving to limited, we should really switch to TOML so thing like configuring a list of etcd servers is much cleaner.
We can go from:
To:
The text was updated successfully, but these errors were encountered: