Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cc191 rn #1401

Merged
merged 2 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ title: Release notes

# Calico Cloud release notes

## April DD, 2024 (version 19.1.0)
## April 2, 2024 (version 19.1.0)

### Bug fixes

* Bug 1
* Bug 2
This release includes bug fixes and enhancements.

## February 28, 2024 (version 19.0.0)

Expand Down
22 changes: 0 additions & 22 deletions calico-enterprise/_includes/components/InstallAKS.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@ export default function InstallAKS(props) {
--type=kubernetes.io/dockerconfigjson -n tigera-operator \\
--from-file=.dockerconfigjson=<path/to/pull/secret>`}
</CodeBlock>
<p>
For the Prometheus operator, create the pull secret in the <code>tigera-prometheus</code> namespace and then
patch the deployment.
</p>
<CodeBlock>
{`kubectl create secret generic tigera-pull-secret \\
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \\
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \\
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'`}
</CodeBlock>
</li>
<li>
<p>
Expand Down Expand Up @@ -166,17 +155,6 @@ spec:
--type=kubernetes.io/dockerconfigjson -n tigera-operator \\
--from-file=.dockerconfigjson=<path/to/pull/secret>`}
</CodeBlock>
<p>
For the Prometheus operator, create the pull secret in the <code>tigera-prometheus</code> namespace and then
patch the deployment.
</p>
<CodeBlock>
{`kubectl create secret generic tigera-pull-secret \\
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \\
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \\
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'`}
</CodeBlock>
</li>
<li>
<p>
Expand Down
22 changes: 0 additions & 22 deletions calico-enterprise/_includes/components/InstallEKS.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ export default function InstallEKS(props) {
--type=kubernetes.io/dockerconfigjson -n tigera-operator \\
--from-file=.dockerconfigjson=<path/to/pull/secret>`}
</CodeBlock>
<p>
For the Prometheus operator, create the pull secret in the <code>tigera-prometheus</code> namespace and then
patch the deployment.
</p>
<CodeBlock>
{`kubectl create secret generic tigera-pull-secret \\
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \\
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \\
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'`}
</CodeBlock>
</li>
<li>
<p>
Expand Down Expand Up @@ -217,17 +206,6 @@ spec:
--type=kubernetes.io/dockerconfigjson -n tigera-operator \\
--from-file=.dockerconfigjson=<path/to/pull/secret>`}
</CodeBlock>
<p>
For the Prometheus operator, create the pull secret in the <code>tigera-prometheus</code> namespace and then
patch the deployment.
</p>
<CodeBlock>
{`kubectl create secret generic tigera-pull-secret \\
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \\
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \\
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'`}
</CodeBlock>
</li>
<li>
<p>
Expand Down
11 changes: 0 additions & 11 deletions calico-enterprise/_includes/components/InstallGKE.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ export default function InstallGKE(props) {
--type=kubernetes.io/dockerconfigjson -n tigera-operator \\
--from-file=.dockerconfigjson=<path/to/pull/secret>`}
</CodeBlock>
<p>
For the Prometheus operator, create the pull secret in the <code>tigera-prometheus</code> namespace and then
patch the deployment.
</p>
<CodeBlock>
{`kubectl create secret generic tigera-pull-secret \\
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \\
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \\
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'`}
</CodeBlock>
</li>
<li>
<p>
Expand Down
11 changes: 0 additions & 11 deletions calico-enterprise/_includes/components/InstallGeneric.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,6 @@ export default function InstallGeneric(props) {
--type=kubernetes.io/dockerconfigjson -n tigera-operator \\
--from-file=.dockerconfigjson=<path/to/pull/secret>`}
</CodeBlock>
<p>
For the Prometheus operator, create the pull secret in the <code>tigera-prometheus</code> namespace and then
patch the deployment.
</p>
<CodeBlock>
{`kubectl create secret generic tigera-pull-secret \\
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \\
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \\
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'`}
</CodeBlock>
</li>
<li>
(Optional) If your cluster architecture requires any custom{' '}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ export default function OpenShiftPrometheusOperator(props) {
{props.operation === 'install'
? <CodeBlock language='bash'>oc create -f {filesUrl}/manifests/ocp/tigera-prometheus-operator.yaml</CodeBlock>
: <CodeBlock language='bash'>oc apply -f {filesUrl}/manifests/ocp/tigera-prometheus-operator.yaml</CodeBlock>}
<p>
Create the pull secret in the <code>tigera-prometheus</code> namespace and then patch the Prometheus operator
deployment. Use the image pull secret provided to you by Tigera support representative.
</p>
<CodeBlock language='bash'>
{`${notOSCodeBlock}oc patch deployment -n tigera-prometheus calico-prometheus-operator \\
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'`}
</CodeBlock>
</>
);
}
11 changes: 0 additions & 11 deletions calico-enterprise/_includes/components/UpgradeOperatorSimple.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,6 @@ export default function UpgradeOperatorSimple(props) {
} \\
--from-file=.dockerconfigjson=<path/to/pull/secret>`}
</CodeBlock>
<p>
For the Prometheus operator, create the pull secret in the <code>tigera-prometheus</code> namespace and
then patch the deployment.
</p>
<CodeBlock>
{`kubectl create secret generic tigera-pull-secret \\
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \\
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \\
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'`}
</CodeBlock>
</li>
</When>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,6 @@ The geeky details of what you get:
--from-file=.dockerconfigjson=<path/to/pull/secret>
```

For the Prometheus operator, create the pull secret in the `tigera-prometheus` namespace and then patch the deployment.

```bash
kubectl create secret generic tigera-pull-secret \
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'
```

1. Install any extra [{{prodname}} resources](../../reference/resources/index.mdx) needed at cluster start using [calicoctl](../../reference/clis/calicoctl/overview.mdx).

1. Install the Tigera custom resources. For more information on configuration options available in this manifest, see [the installation reference](../../reference/installation/api.mdx).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,6 @@ A Linux host that meets the following requirements.
--from-file=.dockerconfigjson=<path/to/pull/secret>
```

For the Prometheus operator, create the pull secret in the `tigera-prometheus` namespace and then patch the deployment.

```bash
kubectl create secret generic tigera-pull-secret \
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'
```

1. Install the Tigera custom resources. For more information on configuration options available in this manifest, see [the installation reference](../../../reference/installation/api.mdx).

```bash
Expand Down
10 changes: 0 additions & 10 deletions calico-enterprise/getting-started/install-on-clusters/rancher.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,6 @@ The geeky details of what you get:
--from-file=.dockerconfigjson=<path/to/pull/secret>
```

For the Prometheus operator, create the pull secret in the `tigera-prometheus` namespace and then patch the deployment.

```bash
kubectl create secret generic tigera-pull-secret \
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'
```

1. Install any extra [{{prodname}} resources](../../reference/resources/index.mdx) needed at cluster start using [calicoctl](../../reference/clis/calicoctl/overview.mdx).

1. Install the Tigera custom resources. For more information on configuration options available in this manifest, see [the installation reference](../../reference/installation/api.mdx).
Expand Down
10 changes: 0 additions & 10 deletions calico-enterprise/getting-started/install-on-clusters/rke2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@ The geeky details of what you get:
--from-file=.dockerconfigjson=<path/to/pull/secret>
```

For the Prometheus operator, create the pull secret in the `tigera-prometheus` namespace and then patch the deployment.

```bash
kubectl create secret generic tigera-pull-secret \
--type=kubernetes.io/dockerconfigjson -n tigera-prometheus \
--from-file=.dockerconfigjson=<path/to/pull/secret>
kubectl patch deployment -n tigera-prometheus calico-prometheus-operator \
-p '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name": "tigera-pull-secret"}]}}}}'
```

1. Install any extra [Calico resources](../../reference/resources/index.mdx) needed at cluster start using [calicoctl](../../reference/clis/calicoctl/overview.mdx).

1. Install the Tigera custom resources. For more information on configuration options available, see [the installation reference](../../reference/installation/api.mdx).
Expand Down
Loading