Adjusted the notes about requiring conjure-up for deployment on LXD #170

Merged
merged 3 commits into from Jan 3, 2017
Jump to file or symbol
Failed to load files and symbols.
+10 −0
Split
View
@@ -66,6 +66,12 @@ This will deploy the Canonical Distribution of Kubernetes offering with default
constraints. This is useful for lab environments, however for real-world use
you should provide higher CPU and memory instances to kubernetes-worker units.
+> Note: If you desire to deploy this bundle locally on your laptop, see the
+> segment about Conjure-Up under Alternate Deployment Methods. Default deployment
+> via juju will not properly adjust the apparmor profile to support running
@mbruzek

mbruzek Jan 3, 2017

Contributor

s/juju/Juju/

+> kubernetes in LXD. At this time, it is a necessary intermediate deployment
+> mechanism.
+
You can increase the constraints by editing the
[bundle.yaml](https://github.com/juju-solutions/bundle-canonical-kubernetes)
to fit your needs by removing the `#` comment character.
@@ -495,6 +501,10 @@ documentation for more information.
- Destroying the the easyrsa charm will result in loss of public key
infrastructure (PKI).
+ - Deployment locally on LXD will require the use of conjure-up to tune
+ settings on the host's LXD installation to support Docker and other
+ componentry.
+
## Kubernetes details
- [Kubernetes User Guide](http://kubernetes.io/docs/user-guide/)