Skip to content

Conversation

joestringer
Copy link
Member

@joestringer joestringer commented Sep 12, 2023

Requires: cilium/cilium-cli#2002
Requires: #28406
Requires: cilium/cilium-cli#2006

  • cilium: Rename local CLI to cilium-dbg
  • bugtool: Update commands for renamed cilium-dbg
  • docs: Update cmdref for renamed cilium-dbg
  • docs: Update example commands for cilium-dbg rename
  • .github: Update CLI calls for renamed cilium-dbg
  • test: Update bash scripts for renamed cilium-dbg
  • test: Update Go tests for renamed cilium-dbg
  • images: Switch CLI references to cilium-dbg

@joestringer joestringer added release-note/minor This PR changes functionality that users may find relevant to operating Cilium. area/cli Impacts the command line interface of any command in the repository. labels Sep 12, 2023
@joestringer joestringer requested a review from aanm September 12, 2023 02:31
@maintainer-s-little-helper maintainer-s-little-helper bot added dont-merge/needs-sign-off The author needs to add signoff to their commits before merge. dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. and removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels Sep 12, 2023
@cilium cilium deleted a comment from maintainer-s-little-helper bot Sep 12, 2023
@cilium cilium deleted a comment from maintainer-s-little-helper bot Sep 12, 2023
@joestringer joestringer removed the dont-merge/needs-sign-off The author needs to add signoff to their commits before merge. label Sep 12, 2023
@joestringer joestringer force-pushed the pr/joe/rename-cli branch 2 times, most recently from 635220e to 18f20ed Compare September 12, 2023 03:59
@joestringer
Copy link
Member Author

/test

@joestringer joestringer changed the title Rename the CLI for local Cilium API access to 'ciliumctl' Rename the CLI for local Cilium API access to 'cilium-dbg' Oct 4, 2023
@joestringer joestringer force-pushed the pr/joe/rename-cli branch 2 times, most recently from df8f4be to bd9437f Compare October 5, 2023 13:24
@joestringer
Copy link
Member Author

/test

@joestringer
Copy link
Member Author

The Conformance External Workloads (ci-external-workloads) requires a fresh release of cilium-cli including cilium/cilium-cli#2006 and to bump the CLI versions used in GitHub workflows, but other than that the required tests are all passing now. Opening for review.

@joestringer joestringer marked this pull request as ready for review October 5, 2023 18:24
@joestringer joestringer requested review from a team as code owners October 5, 2023 18:24
Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Joe Stringer <joe@cilium.io>
This commit changes most of the existing shell commands for the local
Cilium API over to 'cilium-dbg', but skips the core helpers. The reason
for this is that the core helpers are used by the Updates test which
runs the commands against an older version of Cilium. As such, we cannot
replace those commands with 'cilium-dbg' until the next development
version when we start updating from a Cilium copy that has the
'cilium-dbg' binary inside.

Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Joe Stringer <joe@cilium.io>
@joestringer
Copy link
Member Author

/test

@joestringer
Copy link
Member Author

Hey @YutaroHayakawa , any chance of a review for your codeowners?

@YutaroHayakawa
Copy link
Member

Sorry for the late. Looks good to me!

@joestringer joestringer merged commit 328a98f into main Oct 11, 2023
@joestringer joestringer deleted the pr/joe/rename-cli branch October 11, 2023 14:39
sayboras added a commit that referenced this pull request Oct 16, 2023
This is to fix the below issue:

```
  Warning  Failed     8m3s (x5 over 9m31s)    kubelet            Error: failed to start container "config": Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "cilium": executable file not found in $PATH: unknown
````

Relates: #28085
sayboras added a commit that referenced this pull request Oct 16, 2023
This is to fix the below issue:

```
  Warning  Failed     8m3s (x5 over 9m31s)    kubelet            Error: failed to start container "config": Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "cilium": executable file not found in $PATH: unknown
````

Relates: #28085
Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras added a commit that referenced this pull request Oct 17, 2023
This is to fix the below issue:

```
  Warning  Failed     8m3s (x5 over 9m31s)    kubelet            Error: failed to start container "config": Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "cilium": executable file not found in $PATH: unknown
````

Relates: #28085
Signed-off-by: Tam Mach <tam.mach@cilium.io>
joestringer pushed a commit that referenced this pull request Oct 1, 2024
#28085 erroneously changed cilium-health command, reverting

Signed-off-by: Andrii Iuspin <57713382+ayuspin@users.noreply.github.com>
giorio94 pushed a commit that referenced this pull request Oct 7, 2024
[ upstream commit 6074605 ]

#28085 erroneously changed cilium-health command, reverting

Signed-off-by: Andrii Iuspin <57713382+ayuspin@users.noreply.github.com>
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
giorio94 pushed a commit that referenced this pull request Oct 7, 2024
[ upstream commit 6074605 ]

#28085 erroneously changed cilium-health command, reverting

Signed-off-by: Andrii Iuspin <57713382+ayuspin@users.noreply.github.com>
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
giorio94 pushed a commit that referenced this pull request Oct 7, 2024
[ upstream commit 6074605 ]

#28085 erroneously changed cilium-health command, reverting

Signed-off-by: Andrii Iuspin <57713382+ayuspin@users.noreply.github.com>
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
giorio94 pushed a commit that referenced this pull request Oct 7, 2024
[ upstream commit 6074605 ]

#28085 erroneously changed cilium-health command, reverting

Signed-off-by: Andrii Iuspin <57713382+ayuspin@users.noreply.github.com>
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
giorio94 pushed a commit that referenced this pull request Oct 7, 2024
[ upstream commit 6074605 ]

#28085 erroneously changed cilium-health command, reverting

Signed-off-by: Andrii Iuspin <57713382+ayuspin@users.noreply.github.com>
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
aanm pushed a commit that referenced this pull request Oct 8, 2024
[ upstream commit 6074605 ]

#28085 erroneously changed cilium-health command, reverting

Signed-off-by: Andrii Iuspin <57713382+ayuspin@users.noreply.github.com>
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
github-merge-queue bot pushed a commit that referenced this pull request Oct 8, 2024
[ upstream commit 6074605 ]

#28085 erroneously changed cilium-health command, reverting

Signed-off-by: Andrii Iuspin <57713382+ayuspin@users.noreply.github.com>
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Impacts the command line interface of any command in the repository. release-note/minor This PR changes functionality that users may find relevant to operating Cilium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants