Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 21/03/2019, à 19:39

rubyroo

[résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

Bonsoir à tous. j'ai un petit soucis avec des installations sur ma machine. J'ai voulu déployé kubernetes et après avoir tapé la commande
sudo apt-add-repository "deb http://apt.kubernetes.io/ kubernetes-xenial main", et depuis les erreurs suivantes me sont renvoyées:
E: Entrée 92 mal formée dans list fichier /etc/apt/sources.list (Component)
E: La liste des sources ne peut être lue.
c'est désomais pareil même pour un simple update

Dernière modification par Sir Na Kraïou (Le 24/03/2019, à 22:17)

Hors ligne

#2 Le 21/03/2019, à 19:41

xubu1957

Re : [résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

Bonjour,

Montre le sources.list :

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;

Méthode détaillée :

cqfd93 a écrit :

Bonjour,

Entrer des commandes dans un terminal et donner le résultat - Voilà la marche à suivre :

  1. Ouvre le terminal avec ctrl-alt-t

  2. Sélectionne la commande voulue avec un triple clic (ça sélectionne toute la ligne, même la fin si on ne la voit pas)

  3. Colle-la dans le terminal avec un clic molette, valide avec Entrée

  4. Sélectionne et copie tout ce que te dit le terminal depuis la commande jusqu'à la dernière ligne incluse

  5. Clique sur le <> de l'éditeur de message

    1530289742.png

  6. Colle là où se trouve le curseur (entre le ] et le [)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#3 Le 21/03/2019, à 19:46

rubyroo

Re : [résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

 find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list.save


/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
     2	# deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
     3	
     4	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     5	# newer versions of the distribution.
     6	deb http://cm.archive.ubuntu.com/ubuntu/ bionic main restricted
     7	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic main restricted
     8	
     9	## Major bug fix updates produced after the final release of the
    10	## distribution.
    11	deb http://cm.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
    12	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
    13	
    14	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    15	## team. Also, please note that software in universe WILL NOT receive any
    16	## review or updates from the Ubuntu security team.
    17	deb http://cm.archive.ubuntu.com/ubuntu/ bionic universe
    18	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic universe
    19	deb http://cm.archive.ubuntu.com/ubuntu/ bionic-updates universe
    20	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic-updates universe
    21	
    22	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    23	## team, and may not be under a free licence. Please satisfy yourself as to 
    24	## your rights to use the software. Also, please note that software in 
    25	## multiverse WILL NOT receive any review or updates from the Ubuntu
    26	## security team.
    27	deb http://cm.archive.ubuntu.com/ubuntu/ bionic multiverse
    28	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic multiverse
    29	deb http://cm.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    30	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    31	
    32	## N.B. software from this repository may not have been tested as
    33	## extensively as that contained in the main release, although it includes
    34	## newer versions of some applications which may provide useful features.
    35	## Also, please note that software in backports WILL NOT receive any review
    36	## or updates from the Ubuntu security team.
    37	deb http://cm.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    38	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    39	
    40	## Uncomment the following two lines to add software from Canonical's
    41	## 'partner' repository.
    42	## This software is not part of Ubuntu, but is offered by Canonical and the
    43	## respective vendors as a service to Ubuntu users.
    44	# deb http://archive.canonical.com/ubuntu bionic partner
    45	# deb-src http://archive.canonical.com/ubuntu bionic partner
    46	
    47	deb http://security.ubuntu.com/ubuntu bionic-security main restricted
    48	# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
    49	deb http://security.ubuntu.com/ubuntu bionic-security universe
    50	# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
    51	deb http://security.ubuntu.com/ubuntu bionic-security multiverse
    52	# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
    53	
    54	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    55	# newer versions of the distribution.
    56	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic main restricted
    57	
    58	## Major bug fix updates produced after the final release of the
    59	## distribution.
    60	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
    61	
    62	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    63	## team. Also, please note that software in universe WILL NOT receive any
    64	## review or updates from the Ubuntu security team.
    65	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic universe
    66	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic-updates universe
    67	
    68	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    69	## team, and may not be under a free licence. Please satisfy yourself as to 
    70	## your rights to use the software. Also, please note that software in 
    71	## multiverse WILL NOT receive any review or updates from the Ubuntu
    72	## security team.
    73	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic multiverse
    74	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    75	
    76	## N.B. software from this repository may not have been tested as
    77	## extensively as that contained in the main release, although it includes
    78	## newer versions of some applications which may provide useful features.
    79	## Also, please note that software in backports WILL NOT receive any review
    80	## or updates from the Ubuntu security team.
    81	# deb-src http://cm.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    82	
    83	## Uncomment the following two lines to add software from Canonical's
    84	## 'partner' repository.
    85	## This software is not part of Ubuntu, but is offered by Canonical and the
    86	## respective vendors as a service to Ubuntu users.
    87	# deb http://archive.canonical.com/ubuntu bionic partner
    88	# deb-src http://archive.canonical.com/ubuntu bionic partner
    89	
    90	# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
    91	# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
    92	deb http://apt.kubernetes.io/kubernetes-xenial main
    93	# deb-src http://apt.kubernetes.io/kubernetes-xenial main
    94	# deb-src http://apt.kubernetes.io/kubernetes-xenial main
    95	deb http://apt.kubernetes.io/ kubernetes-xenial main
    96	# deb-src http://apt.kubernetes.io/ kubernetes-xenial main
    97	# deb-src http://apt.kubernetes.io/ kubernetes-xenial main
    98	# deb-src http://apt.kubernetes.io/ kubernetes-xenial main
    99	# deb-src http://apt.kubernetes.io/ kubernetes-xenial main
   100	deb http://apt.kubernetes.io/ kubernetes-enial main
   101	# deb-src http://apt.kubernetes.io/ kubernetes-enial main
   102	# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse

Hors ligne

#4 Le 21/03/2019, à 19:52

xubu1957

Re : [résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

    92	deb http://apt.kubernetes.io/kubernetes-xenial main

C'est pour une version 16.04 xenial, alors que tu as une version 18.04 bionic.

Attends le passage d'aidants plus qualifiés, pour remettre d'aplomb la liste des sources.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#5 Le 21/03/2019, à 20:20

cqfd93

Re : [résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

Bonjour,

kubernetes n'a pas de version pour bionic, la dernière disponible est pour xenial.

Pour ce qui suit, donne tous les retours.

Tu peux commencer par nettoyer tes sources en suppriment toutes les lignes depuis la 90 :

sudo sed -i '90,102d' /etc/apt/sources.list

Et mettre à jour la liste des paquets et les paquets eux-mêmes :

sudo apt update
sudo apt full-upgrade

Et pour réessayer d'installer ton truc, donne-nous le lien des explications que tu as suivies.


cqfd93

Hors ligne

#6 Le 21/03/2019, à 20:33

rubyroo

Re : [résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

Hors ligne

#7 Le 21/03/2019, à 20:40

rubyroo

Re : [résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

et voici les différents retours pour les commandes précédentes

sudo sed -i '90,102d' /etc/apt/sources.list
[sudo] Mot de passe de firmevoss : 
firmevoss@k8s-master:~$ sudo apt update
Atteint:1 http://cm.archive.ubuntu.com/ubuntu bionic InRelease
Réception de:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Réception de:3 http://cm.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Réception de:4 http://cm.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Réception de:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [283 kB]
Réception de:6 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [477 kB]
Réception de:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [209 kB]
Réception de:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [104 kB]
Réception de:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [204 B]
Réception de:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [20,8 kB]
Réception de:11 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 48x48 Icons [12,2 kB]
Réception de:12 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [45,2 kB]
Réception de:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
Réception de:14 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [558 kB]
Réception de:15 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [207 kB]
Réception de:16 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [278 kB]
Réception de:17 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [66,7 kB]
Réception de:18 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [123 kB]
Réception de:19 http://cm.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [734 kB]
Réception de:20 http://cm.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [744 kB]
Réception de:21 http://cm.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [194 kB]
Réception de:22 http://cm.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [203 kB]
Réception de:23 http://cm.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [191 kB]
Réception de:24 http://cm.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [344 kB]
Réception de:25 http://cm.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Réception de:26 http://cm.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7352 B]
5059 ko réceptionnés en 6s (865 ko/s)                                        
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
13 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
firmevoss@k8s-master:~$ sudo apt full-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants seront mis à jour :
  apt apt-utils firefox firefox-locale-en firefox-locale-fr ghostscript
  ghostscript-x libapt-inst2.0 libapt-pkg5.0 libgs9 libgs9-common libntfs-3g88
  ntfs-3g
13 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 59,7 Mo dans les archives.
Après cette opération, 1248 ko d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Réception de:1 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.10 [805 kB]
Réception de:2 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.10 [55,6 kB]
Réception de:3 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.10 [1165 kB]
Réception de:4 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt-utils amd64 1.6.10 [208 kB]
Réception de:5 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ntfs-3g amd64 1:2017.3.23-2ubuntu0.18.04.1 [385 kB]
Réception de:6 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libntfs-3g88 amd64 1:2017.3.23-2ubuntu0.18.04.1 [146 kB]
Réception de:7 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 firefox amd64 66.0+build3-0ubuntu0.18.04.1 [48,1 MB]
Réception de:8 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 firefox-locale-en amd64 66.0+build3-0ubuntu0.18.04.1 [932 kB]
Réception de:9 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 firefox-locale-fr amd64 66.0+build3-0ubuntu0.18.04.1 [438 kB]
Réception de:10 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ghostscript-x amd64 9.26~dfsg+0-0ubuntu0.18.04.8 [42,9 kB]
Réception de:11 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ghostscript amd64 9.26~dfsg+0-0ubuntu0.18.04.8 [51,2 kB]
Réception de:12 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9 amd64 9.26~dfsg+0-0ubuntu0.18.04.8 [2262 kB]
Réception de:13 http://cm.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9-common all 9.26~dfsg+0-0ubuntu0.18.04.8 [5092 kB]
59,7 Mo réceptionnés en 1min 28s (680 ko/s)                                    
(Lecture de la base de données... 165150 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../libapt-pkg5.0_1.6.10_amd64.deb ...
Dépaquetage de libapt-pkg5.0:amd64 (1.6.10) sur (1.6.8) ...
Paramétrage de libapt-pkg5.0:amd64 (1.6.10) ...
(Lecture de la base de données... 165150 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../libapt-inst2.0_1.6.10_amd64.deb ...
Dépaquetage de libapt-inst2.0:amd64 (1.6.10) sur (1.6.8) ...
Préparation du dépaquetage de .../archives/apt_1.6.10_amd64.deb ...
Dépaquetage de apt (1.6.10) sur (1.6.8) ...
Paramétrage de apt (1.6.10) ...
(Lecture de la base de données... 165151 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../0-apt-utils_1.6.10_amd64.deb ...
Dépaquetage de apt-utils (1.6.10) sur (1.6.8) ...
Préparation du dépaquetage de .../1-ntfs-3g_1%3a2017.3.23-2ubuntu0.18.04.1_amd64.deb ...
Dépaquetage de ntfs-3g (1:2017.3.23-2ubuntu0.18.04.1) sur (1:2017.3.23-2) ...
Préparation du dépaquetage de .../2-libntfs-3g88_1%3a2017.3.23-2ubuntu0.18.04.1_amd64.deb ...
Dépaquetage de libntfs-3g88 (1:2017.3.23-2ubuntu0.18.04.1) sur (1:2017.3.23-2) ...
Préparation du dépaquetage de .../3-firefox_66.0+build3-0ubuntu0.18.04.1_amd64.deb ...
Dépaquetage de firefox (66.0+build3-0ubuntu0.18.04.1) sur (65.0.1+build2-0ubuntu0.18.04.1) ...
Préparation du dépaquetage de .../4-firefox-locale-en_66.0+build3-0ubuntu0.18.04.1_amd64.deb ...
Dépaquetage de firefox-locale-en (66.0+build3-0ubuntu0.18.04.1) sur (65.0.1+build2-0ubuntu0.18.04.1) ...
Préparation du dépaquetage de .../5-firefox-locale-fr_66.0+build3-0ubuntu0.18.04.1_amd64.deb ...
Dépaquetage de firefox-locale-fr (66.0+build3-0ubuntu0.18.04.1) sur (65.0.1+build2-0ubuntu0.18.04.1) ...
Préparation du dépaquetage de .../6-ghostscript-x_9.26~dfsg+0-0ubuntu0.18.04.8_amd64.deb ...
Dépaquetage de ghostscript-x (9.26~dfsg+0-0ubuntu0.18.04.8) sur (9.26~dfsg+0-0ubuntu0.18.04.7) ...
Préparation du dépaquetage de .../7-ghostscript_9.26~dfsg+0-0ubuntu0.18.04.8_amd64.deb ...
Dépaquetage de ghostscript (9.26~dfsg+0-0ubuntu0.18.04.8) sur (9.26~dfsg+0-0ubuntu0.18.04.7) ...
Préparation du dépaquetage de .../8-libgs9_9.26~dfsg+0-0ubuntu0.18.04.8_amd64.deb ...
Dépaquetage de libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.8) sur (9.26~dfsg+0-0ubuntu0.18.04.7) ...
Préparation du dépaquetage de .../9-libgs9-common_9.26~dfsg+0-0ubuntu0.18.04.8_all.deb ...
Dépaquetage de libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.8) sur (9.26~dfsg+0-0ubuntu0.18.04.7) ...
Paramétrage de libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.8) ...
Paramétrage de libapt-inst2.0:amd64 (1.6.10) ...
Paramétrage de firefox-locale-en (66.0+build3-0ubuntu0.18.04.1) ...
Traitement des actions différées (« triggers ») pour mime-support (3.60ubuntu1) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Paramétrage de apt-utils (1.6.10) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.130ubuntu3.7) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-46-generic
Traitement des actions différées (« triggers ») pour libc-bin (2.27-3ubuntu1) ...
Paramétrage de firefox-locale-fr (66.0+build3-0ubuntu0.18.04.1) ...
Paramétrage de firefox (66.0+build3-0ubuntu0.18.04.1) ...
Please restart all running instances of firefox, or you will experience problems.
Traitement des actions différées (« triggers ») pour man-db (2.8.3-2ubuntu0.1) ...
Paramétrage de libntfs-3g88 (1:2017.3.23-2ubuntu0.18.04.1) ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.13.3-11ubuntu1.1) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2) ...
Paramétrage de libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.8) ...
Paramétrage de ghostscript (9.26~dfsg+0-0ubuntu0.18.04.8) ...
Paramétrage de ntfs-3g (1:2017.3.23-2ubuntu0.18.04.1) ...
Paramétrage de ghostscript-x (9.26~dfsg+0-0ubuntu0.18.04.8) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.27-3ubuntu1) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.130ubuntu3.7) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-46-generic

Hors ligne

#8 Le 21/03/2019, à 21:07

cqfd93

Re : [résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

Sources.list est propre.

Si tu as bien fait toutes les étapes Step 1 Step 2 et Step 3, tu peux recommencer Step 4 mais en copiant / collant la commande plutôt que de la taper. Quand tu l'as tapée, tu as oublié l'espace entre "io/" et "kubernetes-xenial". Donc la bonne commande est :

sudo apt-add-repository "deb http://apt.kubernetes.io/ kubernetes-xenial main"

cqfd93

Hors ligne

#9 Le 21/03/2019, à 21:55

nam1962

Re : [résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

cqfd93 a écrit :

Bonjour,

kubernetes n'a pas de version pour bionic, la dernière disponible est pour xenial.
(...)


Euhhhhhh........ Ubuntu is the reference platform for Kubernetes

---> https://kubernetes.io/docs/getting-star … es/ubuntu/

Intallation --> https://www.ubuntu.com/kubernetes/install

C'est le métier de base de Mark !!! Il y a des heures d'interview de lui sur le net où il parle de la containeurisation, du cloud, des clusters, de l'implémentation temps réel....

Bon, pour lui c'est du BtoB et les contrats ne sont pas pour des PME... Quand au BtoC roll

Dernière modification par nam1962 (Le 22/03/2019, à 08:09)


[ Modéré ]

Hors ligne

#10 Le 23/03/2019, à 16:07

rubyroo

Re : [résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

merci à tous. Et merci aussi pour le lien de la plateforme kubernetes de Ubuntu.

Hors ligne

#11 Le 23/03/2019, à 16:09

xubu1957

Re : [résolu] Entrée 92 mal formée dans list fichier /etc/apt/sources.list

Bonjour,

Pour éditer ta discussion et rajouter [Résolu] au début du titre, il faut utiliser le bouton Modifier au bas de ton premier message.

Merci wink


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne