Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ By typing the following we should get a response from kubernetes apiserver
.check cluster-infos
[source, shell,linenums]
----
$ ./kubectl --kubeconfig kubectl.kubeconfig cluster-infos <1>
$ ./kubectl --kubeconfig kubectl.kubeconfig cluster-info <1>
----


Expand Down
2 changes: 1 addition & 1 deletion provisioning/clusterkube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@
- name: start <role> | call coreDNS
tags: ['coredns']
import_role:
name: rok.kube-network/coredns
name: rok.kube-network/coreDNS
tasks_from: coreDNS
25 changes: 25 additions & 0 deletions provisioning/mitogen-0.2.1/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Metadata-Version: 1.1
Name: mitogen
Version: 0.2.1
Summary: Library for writing distributed self-replicating programs.
Home-page: https://github.com/dw/mitogen/
Author: David Wilson
Author-email: UNKNOWN
License: New BSD
Description-Content-Type: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Systems Administration
4 changes: 4 additions & 0 deletions provisioning/mitogen-0.2.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# Mitogen

<a href="https://mitogen.readthedocs.io/">Please see the documentation</a>.
Empty file.
Loading