Commit Graph

570 Commits

Author SHA1 Message Date
Westly Wright 346fc530f6 Add algolia build script 2018-07-03 12:29:40 -07:00
Westly Wright dd946b911d Migrate to Algolia 2018-07-03 12:29:40 -07:00
Jason L. van Brackel b8e941bcfa Merge pull request #386 from MBishop17/soumyalj-secretsandreg
Soumyalj secretsandreg
2018-07-03 14:31:47 -04:00
Jason L. van Brackel 869012cbf3 Minor spelling and grammar changes 2018-07-03 14:30:57 -04:00
Jason L. van Brackel a2758944a5 Minor spelling and grammar updates 2018-07-03 13:55:08 -04:00
Jason L. van Brackel dc90ce1f90 Removing extra markup
Github is having issues with this file.  Making a small edit just to ensure there's not an actual problem
2018-07-03 13:50:39 -04:00
Jason L. van Brackel 2f2acba47d Merge branch 'master' into soumyalj-secretsandreg 2018-07-03 13:40:49 -04:00
Jason L. van Brackel 5a10068325 Merge pull request #376 from MBishop17/configmap
Added Config Maps to documentation
2018-07-03 13:33:33 -04:00
Jason L. van Brackel f43cd13e6b Changed "Certificate" words to "Config Map" 2018-07-03 13:31:13 -04:00
Jason L. van Brackel 3958716580 Modify note to add a secret 2018-07-03 13:02:23 -04:00
Denise 5c3f06f794 Merge pull request #387 from superseb/ssl_faq_pkcs8
Add SSL FAQ on PKCS8
2018-07-03 09:42:43 -07:00
Sebastiaan van Steenis 6cab5c5d79 Add SSL FAQ on PKCS8 2018-07-03 14:18:09 +02:00
Sebastiaan van Steenis badec01f5f Switch to using --no-cacerts 2018-07-03 00:19:04 -07:00
Mark Bishop 8ea12336f1 tasks for adding registries and secrets 2018-07-02 21:18:22 -07:00
Mark Bishop e084259f0a initial commit for registries and secrets 2018-07-02 17:29:04 -07:00
Vincent Fiduccia 36ac7d8725 Merge pull request #384 from vincent99/master
Only show "On this page" if there are links to show
2018-07-02 15:08:08 -07:00
Vincent Fiduccia fe00291ac6 Build script 2018-07-02 15:07:32 -07:00
Denise 57afdb2ab9 Merge pull request #377 from gabx/patch-1
Update _Index.md
2018-07-02 15:07:16 -07:00
Sebastiaan van Steenis a9a6573877 Add NGINX config for Layer 7 LB 2018-07-02 14:41:44 -07:00
Sebastiaan van Steenis 0961fd9ab9 Add notes on filing issues 2018-07-02 14:31:03 -07:00
Mark Bishop 5d6a50a14d updated short description 2018-07-02 13:18:17 -07:00
Mark Bishop ea883a1016 initial task for adding configmaps 2018-07-02 11:04:30 -07:00
Sebastiaan van Steenis 78c5ba76e5 Add generic troubleshooting on network 2018-07-02 10:31:25 -07:00
Drew G. Wallace 883a4a86a6 Update default network provider. 2018-07-01 08:01:44 -07:00
Arno Gaboury 86860564d9 Update _index.md
not fully sure if it is what was asked, but I changed the <code> tags
2018-06-30 19:22:09 +02:00
Sebastiaan van Steenis c7506a1617 Add HA troubleshooting for base64 certificates 2018-06-30 08:01:59 -07:00
Arno Gaboury 3444581e69 Update _Index.md
1. Code inside a list must be inside <code>  code </code>
2. The command line `cat MyCert | base64 -d` let you quickly verify the certificate integrity.
2018-06-30 15:46:11 +02:00
kinarashah 073a445131 concepts for resources 2018-06-29 14:27:56 -07:00
Mark Bishop c896a47d30 editing resources concept 2018-06-29 14:27:56 -07:00
Shin'ya UEOKA cd06b21116 Remove code block quotes 2018-06-28 21:32:25 -07:00
Denise Schannon c397a705a9 new install link for jason 2018-06-27 14:50:02 -07:00
Arno Gaboury 8ba34da678 kube_config_rancher-cluster.yml file location
rke binary is in `/root/bin` folder:
`$ ls -al /root/bin
-rwxr-xr-x.  1 root root  31M Jun 26 20:09 rke*
`
configuration file `rancher-cluster.yml` is in `/root/rancher-cluster` directory
`ls -al /root/rancher-cluster
-rw-r--r--.  1 root root 5.7K Jun 27 08:53 rancher-cluster.yml
`

When running `rke up --config rancher-cluster/rancher-cluster.yml`, the resulting configuration file is not in rke location, but in same directory than `rancher-cluster.yml` :
` ls -al /root/rancher-cluster
-rw-r-----.  1 root root 5.3K Jun 27 11:55 kube_config_rancher-cluster.yml
-rw-r--r--.  1 root root 5.7K Jun 27 08:53 rancher-cluster.yml
`
2018-06-27 11:34:04 -07:00
Denise 0937e8e512 Merge pull request #366 from lvuch/rke-index
list pg
2018-06-27 11:26:23 -07:00
lvuch af85fb2c4e list 2018-06-27 11:22:12 -07:00
lvuch 2e4b4e9874 layout change 2018-06-27 11:20:46 -07:00
lvuch 85df1a3957 list layout 2018-06-27 11:17:09 -07:00
lvuch 64ffc10683 layout change 2018-06-27 11:15:08 -07:00
Sebastiaan van Steenis 14f05bb8ef Kubernettes 2018-06-27 11:09:30 -07:00
Arno Gaboury e2b1628335 redirection is broken in What's next
we need a space around `baseurl` 
{{ < baseurl > }}  and not {{ <baseurl> }}. The last is not taken into account.
2018-06-27 05:47:33 -07:00
Mark Bishop 2d83d7dac2 adding aliases for renaming of files 2018-06-26 15:29:48 -07:00
Denise Schannon b637b80682 some title updates and show EKS 2018-06-26 14:29:01 -07:00
Mark Bishop 1d7554e8af changing bucket name 2018-06-26 13:25:27 -07:00
Mark Bishop f5417942e2 restructuring for site updates 2018-06-26 13:25:27 -07:00
Denise 28ff80ee65 Merge pull request #359 from deniseschannon/rke-fixes
move examples to top-level in RKE
2018-06-26 13:02:27 -07:00
Denise Schannon 41cb197a2b move example to top level 2018-06-26 12:10:39 -07:00
Mark Bishop 9703e9f8e0 fixed file reference 2018-06-26 11:52:46 -07:00
Denise Schannon 7f14d9a51d move examples to top-level in RKE 2018-06-26 11:49:10 -07:00
Mark Bishop 1591009bb7 making changes for Denise's feedback 2018-06-26 10:26:49 -07:00
lvuch a22f17df83 layout and style changes 2018-06-26 10:11:45 -07:00
lvuch 01e88021aa layout and style changes 2018-06-26 10:08:33 -07:00