Installing kuryr-kubernetes manually in kuryr-kubernetes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kuryr-kubernetes |
Fix Released
|
Undecided
|
Roman Dobosz |
Bug Description
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [X] I have a fix to the document that I can paste below including example: input and output.
Fix for the first part of the installation lines:
----- start -----
mkdir kuryr-k8s-
cd kuryr-k8s-
+ apt install python3-virtualenv -y
virtualenv env
git clone https:/
. env/bin/activate
pip install -e kuryr-kubernetes
----- end -----
---- start ----
cd kuryr-kubernetes
./tools/
+ mkdir -p /etc/kuryr/
cp etc/kuryr.
---- end ----
If you have a troubleshooting or support issue, use the following resources:
- The mailing list: https:/
- IRC: 'openstack' channel on OFTC
-------
Release: 8.1.0.dev13 on 2022-06-02 14:00:36
SHA: 430ae62e4f5cd53
Source: https:/
URL: https:/
Changed in kuryr-kubernetes: | |
assignee: | nobody → Roman Dobosz (roman-dobosz) |
Reviewed: https:/ /review. opendev. org/c/openstack /kuryr- kubernetes/ +/890405 /opendev. org/openstack/ kuryr-kubernete s/commit/ d95893b50384e49 dd3eb7724196e2e 911647bccd
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit d95893b50384e49 dd3eb7724196e2e 911647bccd
Author: Roman Dobosz <email address hidden>
Date: Thu Aug 3 12:27:35 2023 +0200
Installation docs update.
Change-Id: I1504c1037c17e1 a8cd68989567533 d69e9b4eb8d
Closes-Bug: #2029122