Skip to content

Commit 7c3d708

Browse files
Nitya TadepalliNitya Tadepalli
Nitya Tadepalli
authored and
Nitya Tadepalli
committed
documentation changes
1 parent 5864232 commit 7c3d708

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

kafka-connect/IKS/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## Deploying `eventstreams-kafkaconnect` to Kubernetes connecting to IBM Event Streams
2+
## Deploying `eventstreams-kafka-connect` to Kubernetes connecting to IBM Event Streams
33

44
### Prerequisites
55

@@ -21,7 +21,7 @@ kubectl create configmap connect-log4j-config --from-file=connect-log4j.properti
2121

2222
### Run Kafka Connect in distributed mode in your Kubernetes cluster
2323

24-
Deploy the `ibmcom/eventstreams-kafkaconnect` Docker image:
24+
Deploy the `event-streams-samples/eventstreams-kafka-connect` Docker image:
2525

2626
```shell
2727
kubectl apply -f ./kafka-connect.yaml

kafka-connect/IKS/kafka-connect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
runAsUser: 5000
2222
containers:
2323
- name: kafkaconnect-container
24-
image: event-streams-samples/eventstreams-kafkaconnect:latest
24+
image: event-streams-samples/eventstreams-kafka-connect:latest
2525
readinessProbe:
2626
httpGet:
2727
path: /

kafka-connect/README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# kafka-connect
22

3-
This repository contains the artifacts required to build the `ibmcom/eventstreams-kafkaconnect` Docker image.
3+
This repository contains the artifacts required to build the `event-streams-samples/eventstreams-kafka-connect` Docker image.
44

55
This image contains the Kafka Connect runtime and the [IBM Cloud Object Storage sink connector](https://github.com/ibm-messaging/kafka-connect-ibmcos-sink) and the [IBM MQ source connector](https://github.com/ibm-messaging/kafka-connect-mq-source).
66

7-
A prebuilt image is provided on DockerHub: https://hub.docker.com/r/ibmcom/eventstreams-kafkaconnect.
7+
A prebuilt image is provided on Github Packages, you can use the following command to pull the image:
8+
9+
```docker pull ghcr.io/ibm-messaging/event-streams-samples/eventstreams-kafka-connect:latest
10+
```
811

912
## Running the image in Kubernetes
1013

11-
Instructions for running the `eventstreams-kafkaconnect` image in Kubernetes can be found [here](IKS/README.md).
14+
Instructions for running the `event-streams-samples/eventstreams-kafka-connect` image in Kubernetes can be found [here](IKS/README.md).
1215

1316
## Building the image
1417

0 commit comments

Comments
 (0)