-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adapt to meilisearch backup-restore-sidecar support. #143
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 tasks
During ❯ make up
Obtaining release vector variables...
No kind clusters found.
Creating cluster "metal-control-plane" ...
✓ Ensuring node image (kindest/node:v1.27.3) 🖼
✓ Preparing nodes 📦
✓ Writing configuration 📜
✓ Starting control-plane 🕹️
✓ Installing CNI 🔌
✓ Installing StorageClass 💾
Set kubectl context to "kind-metal-control-plane"
You can now use your cluster with:
kubectl cluster-info --context kind-metal-control-plane --kubeconfig /home/vknabel/dev/ms/mini-lab/.kubeconfig
Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/quick-start/
# docker pull ghcr.io/metal-stack/mini-lab-vms:latest
INFO[0000] Containerlab v0.25.1 started
INFO[0000] Parsing & checking topology file: mini-lab.cumulus.yaml
INFO[0000] Removing /home/vknabel/dev/ms/mini-lab/clab-mini-lab directory...
INFO[0000] Creating lab directory: /home/vknabel/dev/ms/mini-lab/clab-mini-lab
INFO[0000] Creating container: "vms"
INFO[0002] Networking is handled by "docker-bridge"
INFO[0002] Started Firecracker VM "91ab0c5d077b6d42" in a container with ID "963b9defc90d876129e57d0f929b7db26af16ccde75d65b963d533936756cebd"
INFO[0002] Creating virtual wire: leaf01:swp1 <--> vms:lan0
INFO[0002] Creating virtual wire: leaf01:swp2 <--> vms:lan2
INFO[0002] Creating virtual wire: leaf01:swp3 <--> vms:lan4
INFO[0003] Networking is handled by "docker-bridge"
INFO[0003] Started Firecracker VM "e7e6e895b1a127a8" in a container with ID "07e083e89d92b775715c1793d45cc2e72ae7260f5946526af977a53592dc755a"
INFO[0003] Creating virtual wire: leaf02:swp2 <--> vms:lan3
INFO[0003] Creating virtual wire: leaf02:swp3 <--> vms:lan5
INFO[0003] Creating virtual wire: leaf02:swp1 <--> vms:lan1
INFO[0004] Adding containerlab host entries to /etc/hosts file
INFO[0004] 🎉 New containerlab version 0.45.1 is available! Release notes: https://containerlab.dev/rn/0.45/#0451
Run 'containerlab version upgrade' to upgrade or go check other installation options at https://containerlab.dev/install/
+---+--------+--------------+-----------------------------------------+-------+---------+---------------+--------------+
| # | Name | Container ID | Image | Kind | State | IPv4 Address | IPv6 Address |
+---+--------+--------------+-----------------------------------------+-------+---------+---------------+--------------+
| 1 | leaf01 | 963b9defc90d | docker.io/networkop/cx:3.7.0 | cvx | running | 172.17.0.3/24 | N/A |
| 2 | leaf02 | 07e083e89d92 | docker.io/networkop/cx:3.7.0 | cvx | running | 172.17.0.4/24 | N/A |
| 3 | vms | b74a9cb9ba28 | ghcr.io/metal-stack/mini-lab-vms:latest | linux | running | 172.17.0.2/16 | N/A |
+---+--------+--------------+-----------------------------------------+-------+---------+---------------+--------------+
deactivate offloading at veth of leaf switch in docker container 07e083e89d92
Actual changes:
tx-checksum-ip-generic: off
tx-tcp-segmentation: off [not requested]
tx-tcp6-segmentation: off [not requested]
deactivate offloading at veth of leaf switch in docker container 963b9defc90d
Actual changes:
tx-checksum-ip-generic: off
tx-tcp-segmentation: off [not requested]
tx-tcp6-segmentation: off [not requested]
docker-compose up --remove-orphans --force-recreate control-plane partition
ERROR: invalid reference format
make: *** [Makefile:48: up] Error 1 |
As the release vector PR and the backup-restore-sidecar were already merged, the overrides had to be removed. |
vknabel
approved these changes
Sep 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References metal-stack/backup-restore-sidecar#54