Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
[#46] added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bonndan committed Nov 14, 2019
1 parent 564acfb commit 2052f0c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,27 @@ are scanned) and a label for building groups can be named. Both parameters and e
- url: http://192.168.99.100?namespace=mynamespace&groupLabel=labelToUseForGrouping
format: kubernetes
Rancher 1 Cluster Inspection
----------------------------

Rancher clusters can be indexed one project (aka environment in the GUI speak) at a time. Access credentials can be read
from environment variables.

.. code-block:: yaml
:linenos:
identifier: rancher:example
name: Rancher 1.6 API example
sources:
- url: "http://rancher-server/v2-beta/"
projectName: Default
apiAccessKey: ${API_ACCESS_KEY}
apiSecretKey: ${API_SECRET_KEY}
format: rancher1
Deleting items
-----------------

Expand Down

0 comments on commit 2052f0c

Please sign in to comment.