You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-17Lines changed: 34 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@
8
8
9
9
-[Kubernetes Cluster API Provider IBM Cloud](#kubernetes-cluster-api-provider-ibm-cloud)
10
10
-[What is the Cluster API Provider IBM Cloud](#what-is-the-cluster-api-provider-ibm-cloud)
11
-
-[Community, discussion, contribution, and support](#community-discussion-contribution-and-support)
12
-
-[Code of conduct](#code-of-conduct)
13
11
-[Getting Started](#getting-started)
14
12
-[Prerequisites](#prerequisites)
15
13
-[How to provision a simple workload cluster in IBM Cloud VPC Gen2 from local bootstrap cluster](#how-to-provision-a-simple-workload-cluster-in-ibm-cloud-vpc-gen2-from-local-bootstrap-cluster)
-[Provision local boostrap management cluster:](#provision-local-boostrap-management-cluster)
18
16
-[Provision Workload Cluster in IBM Cloud VPC](#provision-workload-cluster-in-ibm-cloud-vpc)
17
+
-[Community, discussion, contribution, and support](#community-discussion-contribution-and-support)
18
+
-[Code of conduct](#code-of-conduct)
19
19
20
20
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
21
21
@@ -31,21 +31,6 @@ This repository hosts a concrete implementation of an IBM Cloud provider for the
31
31
32
32
The [Cluster API](https://github.com/kubernetes-sigs/cluster-api) brings declarative, Kubernetes-style APIs to cluster creation, configuration and management. The API itself is shared across multiple cloud providers allowing for true IBM Cloud hybrid deployments of Kubernetes.
33
33
34
-
## Community, discussion, contribution, and support
35
-
36
-
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
37
-
38
-
You can reach the maintainers of this project at:
39
-
40
-
-[#provider-ibmcloud on Kubernetes Slack](https://kubernetes.slack.com/messages/provider-ibmcloud)
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
46
-
47
-
------
48
-
49
34
## Getting Started
50
35
51
36
### Prerequisites
@@ -244,3 +229,35 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
244
229
```
245
230
246
231
Increase / decrease the `replicas: 2` count in the spec section to see the machine replicas reconciled within the workload cluster.
232
+
233
+
<!-- ANCHOR: Community -->
234
+
235
+
## Community, discussion, contribution, and support
236
+
237
+
If you have questions or want to get the latest project news, you can connect with us in the following ways:
238
+
239
+
- Chat with us on the Kubernetes [Slack](http://slack.k8s.io/) in the [#cluster-api-ibmcloud][slack] channel
240
+
- Subscribe to the [SIG Cluster Lifecycle](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) Google Group for access to documents and calendars
241
+
- Join our Weekly meeting sessions where we share the latest project news, demos, answer questions, and triage issues
242
+
- Weekly on Friday @ 09:00 IST on [Zoom][zoomMeeting]
243
+
- Previous meetings: \[ [notes][notes] \]
244
+
245
+
Pull Requests and feedback on issues are very welcome!
246
+
See the [issue tracker] if you're unsure where to start, especially the [Good first issue] and [Help wanted] tags, and
247
+
also feel free to reach out to discuss.
248
+
249
+
See also our [contributor guide](CONTRIBUTING.md) and the Kubernetes [community page] for more details on how to get involved.
0 commit comments