gpe-mw-training / rhte2019_E2E_API_Lifecycle_Mgmt_labs

10 stars 9 forks source link

Kamel command line tool to be installed in workstation #3

Closed satyaj closed 5 years ago

satyaj commented 5 years ago

Kamel is a command line tool for working with camel-k deployments to OCP.

The binary is available here: https://github.com/apache/camel-k/releases

Tested with latest release 0.3.4

The ansible should install this binary as part of the Ravello build, and also add it to the PATH for the user.

satyaj commented 5 years ago

Run "kamel install" in the following 3 namespaces to ensure the camel-k operator is installed:

  1. openbanking-api-dev
  2. openbanking-api-test
  3. openbanking-api-prod

This can be manual step for students in the class as a part of set up lab.

jbride commented 5 years ago
# /usr/local/bin/kamel install --cluster-setup
Camel K cluster setup completed successfully
satyaj commented 5 years ago

Installed. closed