forked from hashicorp/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Kubernetes enhancements to consul #1
Open
stevendborrelli
wants to merge
386
commits into
asteris-llc:master
Choose a base branch
from
MustWin:kubernetes-enhancements
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Kubernetes enhancements to consul #1
stevendborrelli
wants to merge
386
commits into
asteris-llc:master
from
MustWin:kubernetes-enhancements
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Switches default for API client to pooled connections.
Update agent encryption doc example
Use more portable shebangs for bash scripts
Clarification for �advertise_addrs.rpc as it sets the server RPC port (default 8300)
Go's -X linker flag now requires only one argument
I've removed unneeded conversions by performing the following commands: $ go get -u github.com/mdempsky/unconvert $ go list ./... | grep -v vendor | xargs unconvert -apply Signed-off-by: Miquel Sabaté Solà <[email protected]>
Add leader address to consul stats
Should fix occassional issues with application/octet-stream mime type assets breaking JS/CSS on site.
…types website: force JS/CSS mime-types on deploy
Set default bind address to 127.0.0.1 in development mode
Syncs a check's output with the catalog when output rate limiting isn't in effect.
Makes a detached copy of the tags when doing the override.
Added help text for -dev option hashicorp#1804 for zsh completion.
clerify RPC usage
Upgrades to Go 1.6.1.
doc: fix trivial typo s/NewFSMPath/NewFSM/
command: Data directory permission error message
Apply a 4K limit to the output size for HTTP checks
Make testutil.TestServer work correctly on Windows.
…de the legacy KVS endpoint for compatibility
… and a watch having its last element deleted
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.