k3s/cluster/juju
Kubernetes Submit Queue 4348190b8a Merge pull request #31794 from chuckbutler/messaging-uniformity
Automatic merge from submit-queue

move '(master)' to end of message for uniformity

**What this PR does / why we need it**: This is a small polish operation on the kubernetes charm wrt juju status output.


**Release note**:
<!--  Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access) 
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
-->
```release-note
NONE
```

This changes the status output from:

```
kubernetes/0  active    idle   3        172.27.24.54    8088/tcp
Kubernetes running.
kubernetes/1  active    idle   4        172.27.24.55    6443/tcp
(master) Kubernetes services started
```
 to this:
 ```
 kubernetes/0  active    idle   3        172.27.24.54    8088/tcp
 Kubernetes running.
 kubernetes/1  active    idle   4        172.27.24.55    6443/tcp
 Kubernetes services started (master)
 ```
2016-09-06 15:04:56 -07:00
..
bundles Updating the util.sh script to work with latest version of juju. 2016-08-04 12:04:16 -05:00
layers/kubernetes Merge pull request #31794 from chuckbutler/messaging-uniformity 2016-09-06 15:04:56 -07:00
prereqs Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
config-default.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
config-test.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
identify-leaders.py Fixing identification script and adding output to ignore. 2016-08-04 19:18:07 +00:00
kube-system-ns.yaml Changes necessary to enable ssl for the Juju charms 2015-09-17 15:23:02 -05:00
return-node-ips.py Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
util.sh Fixing identification script and adding output to ignore. 2016-08-04 19:18:07 +00:00