Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c1f57ed7
Commit
c1f57ed7
authored
Jun 09, 2015
by
Chao Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1beta3 to v1
parent
3e7bcd1e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
README.md
examples/celery-rabbitmq/README.md
+4
-4
celery-controller.yaml
examples/celery-rabbitmq/celery-controller.yaml
+1
-1
flower-controller.yaml
examples/celery-rabbitmq/flower-controller.yaml
+1
-1
rabbitmq-controller.yaml
examples/celery-rabbitmq/rabbitmq-controller.yaml
+1
-1
rabbitmq-service.yaml
examples/celery-rabbitmq/rabbitmq-service.yaml
+1
-1
No files found.
examples/celery-rabbitmq/README.md
View file @
c1f57ed7
...
...
@@ -34,7 +34,7 @@ The Celery task queue will need to communicate with the RabbitMQ broker. RabbitM
Use the file
[
`examples/celery-rabbitmq/rabbitmq-service.yaml`
](
rabbitmq-service.yaml
)
:
```
yaml
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
Service
metadata
:
labels
:
...
...
@@ -66,7 +66,7 @@ This service allows other pods to connect to the rabbitmq. To them, it will be s
A RabbitMQ broker can be turned up using the file
[
`examples/celery-rabbitmq/rabbitmq-controller.yaml`
](
rabbitmq-controller.yaml
)
:
```
yaml
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
labels
:
...
...
@@ -103,7 +103,7 @@ Note that bringing up the pod includes pulling down a docker image, which may ta
Bringing up the celery worker is done by running
`$ kubectl create -f examples/celery-rabbitmq/celery-controller.yaml`
, which contains this:
```
yaml
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
labels
:
...
...
@@ -181,7 +181,7 @@ Flower is a web-based tool for monitoring and administrating Celery clusters. By
To bring up the frontend, run this command
`$ kubectl create -f examples/celery-rabbitmq/flower-controller.yaml`
. This controller is defined as so:
```
yaml
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
labels
:
...
...
examples/celery-rabbitmq/celery-controller.yaml
View file @
c1f57ed7
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
labels
:
...
...
examples/celery-rabbitmq/flower-controller.yaml
View file @
c1f57ed7
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
labels
:
...
...
examples/celery-rabbitmq/rabbitmq-controller.yaml
View file @
c1f57ed7
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
labels
:
...
...
examples/celery-rabbitmq/rabbitmq-service.yaml
View file @
c1f57ed7
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
Service
metadata
:
labels
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment