Install the TimesTen Operator
TimesTen provides the ttoperator
chart in TimesTen container images. You use this chart to install the TimesTen Operator in your namespace. The chart contains a default configuration for installing the TimesTen Operator Deployment. The Deployment causes Kubernetes to create one or more Pods, each of which runs the TimesTen Operator.
For information about obtaining TimesTen Helm charts from TimesTen container images, see Obtain TimesTen YAML Manifest Files and Helm Charts.
ttoperator
chart provides default settings as well as variables that enable you to change the defaults. For information about these variables, see The ttoperator Chart.
Note:
The service account, roles, and role bindings that the TimesTen Operator requires to run properly are automatically installed when you install thettoperator
chart.
-
Create a YAML file that defines the variables that you want to use to configure your environment. Next, to install the chart, pass this YAML file to the
helm
install
command by specifying the-f
option. -
Specify the variables on the command line by running the
helm
install
command with the--set
option.
For more information about these options, see https://helm.sh/docs/intro/using_helm/.
image:
repository: container-registry.oracle.com/timesten/timesten
tag: "22.1.1.34.0"
imagePullSecrets:
- name: sekret
image
variable, specify the following:
-
repository
: The name of your container image. This example usescontainer-registry.oracle.com/timesten/timesten
. -
tag
: The name of the image tag. This example uses"22.1.1.34.0"
, corresponding to TimesTen release22.1.1.34.0
.
kube_files/helm/customyaml
directory for your customized YAML file.
Note:
The installation process creates and deploys the service account, role, and rolebinding objects required to run the TimesTen Operator in your namespace.ttoperator
chart. The TimesTen Operator is running in your namespace.