Zypper patch fails for kubernetes-client

Hi all,

on my Leap 15.6 VPS the auto-scheduled zypper patch fails with the following error msg:

LC_ALL=En zypper patch
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: 1: the installed kubernetes-client-1.18.10-lp156.4.2.x86_64 requires 'kubernetes1.18-client = 1.18.10', but this requirement cannot be provided
not installable providers: kubernetes1.18-client-1.18.10-lp156.3.18.x86_64[openSUSE-OSS]

 Solution 1: Following actions will be done:
  install kubernetes1.18-client-1.18.10-150200.5.21.1.x86_64 although it has been retracted
  do not install patch:openSUSE-SLE-15.6-2025-2977-1.noarch
 Solution 2: deinstallation of kubernetes-client-1.18.10-lp156.4.2.x86_64
 Solution 3: do not install patch:openSUSE-SLE-15.6-2025-2977-1.noarch
 Solution 4: break kubernetes-client-1.18.10-lp156.4.2.x86_64 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/3/4/c/d/?] (c): c

A manual zypper ref && zypper up && zypper ps -s runs fine.

Looked via YAST shows that (whyever) I’m using a “retracted” pkg, never seen before:

 │Name                 │Summary                │Avail. Vers.│Inst. Vers.│Size                                                                                                                                                            
 │kubernetes1.18-client│Kubernetes client tools│1.18.20     │1.18.10    │    41.6 MiB│   

with version details

 │Name                 │     │Version                          │Repository                                                  │Size        │Architecture                                                                                   
 │kubernetes1.18-client│ x   │1.18.20-150200.5.25.1            │Update repository with updates from SUSE Linux Enterprise 15│    41.0 MiB│x86_64                                                                                         │ 
 │kubernetes1.18-client│     │1.18.10-lp156.3.18               │openSUSE OSS                                                │    39.8 MiB│x86_64                                                                                         │ 
i│kubernetes1.18-client│     │1.18.10-150200.5.21.1 [RETRACTED]│Update repository with updates from SUSE Linux Enterprise 15│    41.6 MiB│x86_64

I know from previous situations how to resolve pkg issues with pkgs from different repos, e.g. PHP/Nextcloud etc. from distribution repos vs. e.g. repos like server:php:applications.repo

But never had this “retracted” topic - any hints how get kubernetes1.18-client in AFAIK version 1.18.20-150200.5.25.1 updated would be great!

Thanks in advancve,
Michael

This installed client is marked as retracted…

Install them new by:
zypper in -f kubernetes1.18-client

Thank you very much for helping!

FYI didn’t work directly, got same error with “in -f”.
But taking “retracted” literally I gave “solution 2” / uninstall a chance - worked.
Simply reinstalled after that - all fine now

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.