Skip to content

Commit 7f2317d

Browse files
authored
chore: fixed kafka plan in docs (#1029)
1 parent 5748b10 commit 7f2317d

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

config/samples/aiven.io_v1alpha1_kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
project: my-project
1414

1515
cloudName: google-europe-west1
16-
plan: startup-2
16+
plan: startup-4
1717

1818
maintenanceWindowDow: friday
1919
maintenanceWindowTime: 23:00:00

docs/docs/examples/kafka/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
# cloud provider and plan of your choice
3838
# you can check all of the possibilities here https://aiven.io/pricing
3939
cloudName: google-europe-west1
40-
plan: startup-2
40+
plan: startup-4
4141

4242
# general Aiven configuration
4343
maintenanceWindowDow: friday
@@ -65,7 +65,7 @@ The output has the project name and state, similar to the following:
6565
```{ .shell .no-copy }
6666
6767
NAME PROJECT REGION PLAN STATE
68-
kafka-sample PROJECT_NAME google-europe-west1 startup-2 RUNNING
68+
kafka-sample PROJECT_NAME google-europe-west1 startup-4 RUNNING
6969
```
7070

7171
After a couple of minutes, the `STATE` field is changed to `RUNNING`, and is ready to be used.

docs/docs/examples/kafka/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030

3131
project: PROJECT_NAME
3232
cloudName: google-europe-west1
33-
plan: startup-2
33+
plan: startup-4
3434
maintenanceWindowDow: friday
3535
maintenanceWindowTime: 23:00:00
3636

docs/docs/examples/service-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
# cloud provider and plan of your choice
4545
# you can check all of the possibilities here https://aiven.io/pricing
4646
cloudName: google-europe-west1
47-
plan: startup-2
47+
plan: startup-4
4848

4949
# general Aiven configuration
5050
maintenanceWindowDow: friday

docs/docs/resources/examples/kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717

1818
project: my-aiven-project
1919
cloudName: google-europe-west1
20-
plan: startup-2
20+
plan: startup-4
2121

2222
maintenanceWindowDow: friday
2323
maintenanceWindowTime: 23:00:00

docs/docs/resources/examples/kafkanativeacl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212

1313
project: my-aiven-project
1414
cloudName: google-europe-west1
15-
plan: startup-2
15+
plan: startup-4
1616

1717
maintenanceWindowDow: friday
1818
maintenanceWindowTime: 23:00:00

docs/docs/resources/kafka.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828

2929
project: my-aiven-project
3030
cloudName: google-europe-west1
31-
plan: startup-2
31+
plan: startup-4
3232

3333
maintenanceWindowDow: friday
3434
maintenanceWindowTime: 23:00:00
@@ -49,7 +49,7 @@ kubectl get kafkas my-kafka
4949
The output is similar to the following:
5050
```shell
5151
Name Project Region Plan State
52-
my-kafka my-aiven-project google-europe-west1 startup-2 RUNNING
52+
my-kafka my-aiven-project google-europe-west1 startup-4 RUNNING
5353
```
5454

5555
To view the details of the `Secret`, use the following command:

docs/docs/resources/kafkanativeacl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323

2424
project: my-aiven-project
2525
cloudName: google-europe-west1
26-
plan: startup-2
26+
plan: startup-4
2727

2828
maintenanceWindowDow: friday
2929
maintenanceWindowTime: 23:00:00

0 commit comments

Comments
 (0)