Skip to content

Commit 2f93a43

Browse files
authored
Enhance readme with community information (#374)
1 parent 719d078 commit 2f93a43

File tree

1 file changed

+34
-17
lines changed

1 file changed

+34
-17
lines changed

README.md

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
- [Kubernetes Cluster API Provider IBM Cloud](#kubernetes-cluster-api-provider-ibm-cloud)
1010
- [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)
1311
- [Getting Started](#getting-started)
1412
- [Prerequisites](#prerequisites)
1513
- [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)
1614
- [Build workload cluster image:](#build-workload-cluster-image)
1715
- [Provision local boostrap management cluster:](#provision-local-boostrap-management-cluster)
1816
- [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)
1919

2020
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2121

@@ -31,21 +31,6 @@ This repository hosts a concrete implementation of an IBM Cloud provider for the
3131

3232
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.
3333

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)
41-
- [SIG-Cluster-Lifecycle Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)
42-
43-
### Code of conduct
44-
45-
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
46-
47-
------
48-
4934
## Getting Started
5035

5136
### Prerequisites
@@ -244,3 +229,35 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
244229
```
245230

246231
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.
250+
251+
[slack]: https://kubernetes.slack.com/messages/C02F4CX3ALF
252+
[zoomMeeting]: https://zoom.us/j/9392903494
253+
[notes]: https://docs.google.com/document/d/1oWnqXy1VFv0E3kovQoZfS6IlVP0L4eaQsN-2HYC_6_A/edit
254+
[issue tracker]: https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues
255+
[Good first issue]: https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
256+
[Help wanted]: https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+
257+
[community page]: https://kubernetes.io/community
258+
259+
### Code of conduct
260+
261+
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
262+
263+
<!-- ANCHOR_END: Community -->

0 commit comments

Comments
 (0)